Versions Compared

Key

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

...

Code Block
git clone https://git-wip-usgitbox.apache.org/repos/asf/knox.git knox
mvn clean install

If the repository has already been cloned the following process should be used.

...

The following are equivalent. Generates distribution ZIPs in target/dist/{X.Y.Z}

Code Block
ant verifyrelease
mvn -Prelease clean install

...