Created
November 1, 2012 17:47
-
-
Save hardyoyo/3995330 to your computer and use it in GitHub Desktop.
dspace-api-lang mvn release:prepare output 2012-11-01 -- attempt 2, in Linux environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pottingerhj@lso-test2 dspace-api-lang]$ mvn release:prepare -Dresume=false | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building DSpace I18N :: Language Packs 3.0.1-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-release-plugin:2.3.2:prepare (default-cli) @ dspace-api-lang --- | |
[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 /home/pottingerhj/workspace/dspace-api-lang && git status | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Checking dependencies and plugins for snapshots ... | |
What is the release version for "DSpace I18N :: Language Packs"? (org.dspace:dspace-api-lang) 3.0.1: : | |
What is SCM release tag or label for "DSpace I18N :: Language Packs"? (org.dspace:dspace-api-lang) dspace-api-lang-3.0.1: : | |
What is the new development version for "DSpace I18N :: Language Packs"? (org.dspace:dspace-api-lang) 3.0.2-SNAPSHOT: : | |
[INFO] Transforming 'DSpace I18N :: Language Packs'... | |
[INFO] Not generating release POMs | |
[INFO] Executing goals 'clean verify'... | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && /usr/local/maven/bin/mvn -s /tmp/release-settings7660233317579253222.xml clean verify --no-plugin-updates -Psonatype-oss-release -P sign | |
[WARNING] Command line option -npu is deprecated and will be removed in future Maven versions. | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building DSpace I18N :: Language Packs 3.0.1 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ dspace-api-lang --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ dspace-api-lang --- | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ dspace-api-lang --- | |
[debug] execute contextualize | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 25 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ dspace-api-lang --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ dspace-api-lang --- | |
[debug] execute contextualize | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/pottingerhj/workspace/dspace-api-lang/src/test/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ dspace-api-lang --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ dspace-api-lang --- | |
[INFO] No tests to run. | |
[INFO] Surefire report directory: /home/pottingerhj/workspace/dspace-api-lang/target/surefire-reports | |
------------------------------------------------------- | |
T E S T S | |
------------------------------------------------------- | |
Results : | |
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ dspace-api-lang --- | |
[INFO] Building jar: /home/pottingerhj/workspace/dspace-api-lang/target/dspace-api-lang-3.0.1.jar | |
[INFO] | |
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ dspace-api-lang --- | |
[INFO] Building jar: /home/pottingerhj/workspace/dspace-api-lang/target/dspace-api-lang-3.0.1-sources.jar | |
[INFO] | |
[INFO] --- maven-javadoc-plugin:2.7:jar (attach-javadocs) @ dspace-api-lang --- | |
[INFO] | |
[INFO] --- maven-gpg-plugin:1.1:sign (sign-artifacts) @ dspace-api-lang --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 5.457s | |
[INFO] Finished at: Thu Nov 01 12:45:39 CDT 2012 | |
[INFO] Final Memory: 9M/102M | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Checking in modified POMs... | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git add -- pom.xml | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git status | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git commit --verbose -F /tmp/maven-scm-264340585.commit pom.xml | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git symbolic-ref HEAD | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git push [email protected]:DSpace/dspace-api-lang.git master:master | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Tagging release with the label dspace-api-lang-3.0.1... | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git tag -F /tmp/maven-scm-1816493950.commit dspace-api-lang-3.0.1 | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git push [email protected]:DSpace/dspace-api-lang.git dspace-api-lang-3.0.1 | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git ls-files | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Transforming 'DSpace I18N :: Language Packs'... | |
[INFO] Not removing release POMs | |
[INFO] Checking in modified POMs... | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git add -- pom.xml | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git status | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git commit --verbose -F /tmp/maven-scm-483778291.commit pom.xml | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git symbolic-ref HEAD | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Executing: /bin/sh -c cd /home/pottingerhj/workspace/dspace-api-lang && git push [email protected]:DSpace/dspace-api-lang.git master:master | |
[INFO] Working directory: /home/pottingerhj/workspace/dspace-api-lang | |
[INFO] Release preparation complete. | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 37.816s | |
[INFO] Finished at: Thu Nov 01 12:45:52 CDT 2012 | |
[INFO] Final Memory: 6M/86M | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment