Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ svn checkout https://svn.wso2.org/repos/wso2/carbon/platform/tags/x.x.x Platform 

Following are the commands you can run to create complete release artifacts of WSO2 API Manager, including the binary and source distributions. If you only want to build the API Manager, use the -Dproduct=apimgt option as shown. If you want to build the entire Carbon core project, omit the -Dproduct=apimgt option.

  
mvn clean install -Dproduct=apimgt
To create the complete release artifacts of the product including the binary and source distributions.
mvn clean install -Dmaven.test.skip=true -Dproduct=apimgtTo create the complete release artifacts of the product including the binary and source distributions, without running any of the unit tests.
mvn clean install -Dmaven.test.skip=true -Dproduct=apimgt -oTo create the complete release artifacts of the product including the binary and source distributions, without running any of the unit tests, in offline mode. This can be done only if you've already built the source at least once.

...