Dear Wiki user, You have subscribed to a wiki page or wiki category on "Blur Wiki" for change notification.
The "HowToRelease" page has been changed by AaronMcCurry: https://wiki.apache.org/blur/HowToRelease?action=diff&rev1=23&rev2=24 }}} = Build and Deploy Artifacts = + + Build the artifacts: + {{{ + mvn site -Ddependency.locations.enabled=false + mvn site:stage + mvn package + }}} + + This is a TODO item. Create a maven settings file {{{~/.m2/settings.xml}}} with the following content: @@ -115, +124 @@ </settings> }}} - Build the artifacts: - {{{ - mvn site -Ddependency.locations.enabled=false - mvn site:stage - mvn package - - git add ./docs/site/ - git commit -m "Adding generate site updates." - }}} - - This is a TODO item. The following command deploys the artifacts, checksums, and signatures (you will need to enter a GPG passphrase) to the [[https://repository.apache.org/index.html#stagingRepositories|Apache Staging repo]].
