1 Build from source
nova edited this page 4 years ago

Build from source

Please ensure that you have git and jdk 11 installed on your system.

From the root of the project, do

./mvnw package 

This will build the frontend in dev mode.
Once done, the jar file will be available in the target directory.

To build the frontend in production mode, it is necessary to pass an argument to grunt -

./mvnw -DgruntArg=prod package