Skip to content
gledakis edited this page Oct 20, 2013 · 1 revision

Cloud Pier Core 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.

###By command line: cloudpier-core/parent/ and run the command: mvn clean install After the succesful build a war file called cloud4soa.soa.war will be created and it will be available at folder cloudpier-core/soa/soa-REST/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.

After the successful build of Cloud Pier Core, the Cloud Pier UI can be executed

Clone this wiki locally