Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save simpligility/6732968 to your computer and use it in GitHub Desktop.
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]
[INFO] --- maven-release-plugin:2.4.1:prepare (default-cli) @ progressive-organization-pom ---
[INFO] Verifying that there are no local modifications...
[INFO] ignoring changes on: **/pom.xml.backup, **/release.properties, **/pom.xml.branch, **/pom.xml.next, **/pom.xml.releaseBackup, **/pom.xml.tag
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git status --porcelain
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Checking dependencies and plugins for snapshots ...
What is the release version for "Progressive Organization POM"? (com.simpligility.maven:progressive-organization-pom) 0.9.1: : 1.0.0
What is SCM release tag or label for "Progressive Organization POM"? (com.simpligility.maven:progressive-organization-pom) progressive-organization-pom-1.0.0: : 1.0.0
What is the new development version for "Progressive Organization POM"? (com.simpligility.maven:progressive-organization-pom) 1.0.1-SNAPSHOT: :
[INFO] Transforming 'Progressive Organization POM'...
[INFO] Not generating release POMs
[INFO] Executing goals 'clean verify'...
[WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Inspecting build with total of 1 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building Progressive Organization POM 1.0.0
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ progressive-organization-pom ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 1.680s
[INFO] [INFO] Finished at: Fri Sep 27 11:13:52 PDT 2013
[INFO] [INFO] Final Memory: 9M/111M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git add -- pom.xml
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git status --porcelain
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git commit --verbose -F /var/folders/4_/mq34pzmj5yd7rff0wgy61y100000gn/T/maven-scm-1216140741.commit pom.xml
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git symbolic-ref HEAD
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git push git@github.com:simpligility/progressive-organization-pom.git master:master
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Tagging release with the label 1.0.0...
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git tag -F /var/folders/4_/mq34pzmj5yd7rff0wgy61y100000gn/T/maven-scm-441726458.commit 1.0.0
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git push git@github.com:simpligility/progressive-organization-pom.git 1.0.0
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git ls-files
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Transforming 'Progressive Organization POM'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git add -- pom.xml
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git status --porcelain
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git commit --verbose -F /var/folders/4_/mq34pzmj5yd7rff0wgy61y100000gn/T/maven-scm-1952343501.commit pom.xml
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git symbolic-ref HEAD
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Executing: /bin/sh -c cd /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom && git push git@github.com:simpligility/progressive-organization-pom.git master:master
[INFO] Working directory: /Volumes/mac-data/dev/github/simpligility/progressive-organization-pom
[INFO] Release preparation complete.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 50.275s
[INFO] Finished at: Fri Sep 27 11:14:10 PDT 2013
[INFO] Final Memory: 24M/185M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment