-
Notifications
You must be signed in to change notification settings - Fork 0
Build
The build of the project is done through Maven which takes care of all the dependencies between modules. In order to do that, first time you need to build the whole project, so each module will be compiled and installed in the local maven repository.
In order to build Cloud Pier UI you must have first successfully build Cloud Pier Core. If you have not already download the Cloud Pier Core repository and follow the corresponding wiki instructions for setup and build.
go to folder cloudpier-ui and run the command:
mvn clean install
After the succesful build a war file called frontend-dashboard-0.0.3-SNAPSHOT.war will be created and it will be available at folder cloudpier-ui/frontend-dashboard/target/
Building a single module is possible by executing mvn clean install
in the module root directory of desire. Any dependencies on other modules will be resolved using packages generated by the whole project build.