You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gledakis edited this page Oct 20, 2013
·
1 revision
Cloud Pier UI 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.
Requirements
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.
By command line:
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.