Versions Compared

Key

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

...

The master POM includes theĀ nexus-staging-maven-plugin which is configured to close the staging repository on Sonatype OSS Nexus automatically. It will not automatically release the staging repository, which gives to give you and others a chance to test the staged release before publishing it.

...

Code Block
cd target/checkout
mvn nexus-staging:release

...

A cron job will push the artifacts to Maven Central within a few hours.

...