To build v3-docs
- Generate and bundle docs. mvn install
Note - The step to build the JavaHelp plugin by running mvn -P plugin install is no longer required as the online help is not in the JavaHelp format.
To Release and Promote v3-docs Artifacts
- mvn -Dmaven.repo.local= release:prepare -B -Dtag= -DreleaseVersion= -DdevelopmentVersion=3.0-SNAPSHOT
(use the tag name v3-docs-3.0-b##):
- mvn -Dmaven.repo.local= -s settings.xml release:perfor