...
To create complete release artifacts of the products released with this chunk version, including the binary and source distributions, go to
<local-platform-directory>
/repos/wso2/carbon/platform/tags/turing-chunk06/product-releases/chunk-06
and run the following Apache Maven commands. To build only a selected product/s, open <local-platform-directory>/repos/wso2/carbon/platform/tags/turing-chunk06/product-releases/chunk-6/products/pom.xml
file, comment out the products you do not want to build and run the relevant maven command.
Command | Description |
---|---|
mvn clean install | The binary and source distributions of the chunk release. |
mvn clean install -Dmaven.test.skip=true | The binary and source distributions, without running any of the unit tests. |
mvn clean install -Dmaven.test.skip=true -o | 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. |
...