Versions Compared

Key

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

...

Code Block
git clone -b v{X.Y.Z} https://git-wip-usgitbox.apache.org/repos/asf/knox.git knox-{X.Y.Z}
cd knox-{X.Y.Z}

...

Send a [VOTE] email to the dev@knox list. A template was output by the sign step above as target/vote.eml.

...

txt.

Iterate based on feedback until vote passes

...

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

...