Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mvn -Papache-release -Drepo.id=apache.releases.https deploy 
 

 


If you have issues with the above command due to javadoc warnings, something like this can be done: 

Code Block
mvn -Dmaven.javadoc.failOnError=false -Papache-release -Drepo.id=apache.releases.https deploy

...