Versions Compared

Key

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

...

https://dist.apache.org/repos/dist/release/knox/

...

Publish to Maven Repository

Preparation

  • Setup your ~/.m2/settings.xml file as described here.
  • Make sure you encrypt your passwords as described here

Staging

This special variant of the build command will build and publish the release to a staging are in the Apache Nexus repo.
Note: Get your gpg passphrase in your paste buffer you will need it MANY times.   If someone can figure out how to use gpg-agent properly they should document it.

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

...

Release

Once that complets, visit https://repository.apache.org/#stagingRepositories completes, login to the Apache Maven Nexus staging repositories with your Apache credentials and: 1.

  1. Select "

...

  1. Staging Repositories" from "Build Promotion" on the left.

...

  1. Close the stage with the Close button at the top of the repo list.  For the Description field use Apache Knox 0.5.1 Staged

...

  1. Release the stage with the Release button at the top of the repo list.  For the Description field Apache Knox 0.5.1 Release

Wait 24 hours for release to propagate to mirrors.

...