1
Build from source
nova edited this page 2020-06-16 14:46:33 +00:00
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