Skip to content

Instantly share code, notes, and snippets.

cd target/checkout
mvn nexus-staging:release
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Progressive Organization POM 1.0.0
[INFO] ------------------------------------------------------------------------
$ cd target/checkout
$ ls
LICENSE.txt README.asciidoc changelog.asciidoc pom.xml target
$ pwd
/Users/manfred/dev/github/simpligility/progressive-organization-pom/target/checkout
Manfreds-MacBook-Pro:checkout manfred$ tree target/
$ mvn release:perform
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Progressive Organization POM 1.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
mvn release:prepare
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Progressive Organization POM 0.9.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]