Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

trendev/kiam-backend

Repository files navigation

kiam-backend CircleCI

Source of the Backend code

Build the WAR for Production

mvn clean install -Pprod

Build the WAR for Dev

mvn clean install

Checks dependencies/plugins version

mvn versions:dependency-updates-report versions:plugin-updates-report versions:property-updates-report ... and go in target/site folder to show the reports