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=11&rev2=12 Build the artifacts: {{{ mvn site -Ddependency.locations.enabled=false - mvn site:stage -DstagingDirectory=./docs/site + mvn site:stage + rm -r ./docs/site/* + cp -r ./target/staging/* ./docs/site/ mvn package + + git add ./docs/site/ + git commit -m "Adding generate site updates." }}} The following command deploys the artifacts, checksums, and signatures (you will need to enter a GPG passphrase) to the [Apache Staging repo|https://repository.apache.org/index.html#stagingRepositories].
