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=10&rev2=11

  
  Build the artifacts: 
  {{{ 
- mvn site -Posgi 
- mvn package assembly:assembly -Posgi 
+ mvn site -Ddependency.locations.enabled=false
+ mvn site:stage -DstagingDirectory=./docs/site
+ mvn package
  }}}
  
  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]. 
  
  {{{ 
- mvn deploy -Ppackage -Pdeploy -Pjavadoc -Posgi 
+ mvn deploy -Ppackage -Pdeploy -Pjavadoc
  }}}
  
  If this step fails with an _Access denied_ error check that you have the 
required permissions on [Nexus|https://repository.apache.org/index.html]. 

Reply via email to