Created
August 5, 2011 11:49
-
-
Save Stuk/1127370 to your computer and use it in GitHub Desktop.
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
~/s/w/driver:master$ pwd | |
/home/stuart/src/watir/driver | |
~/s/w/driver:master$ mvn -f maven/pom.xml release:perform | |
[INFO] Scanning for projects... | |
[INFO] Searching repository for plugin with prefix: 'release'. | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building OperaDriver | |
[INFO] task-segment: [release:perform] (aggregator-style) | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] [release:perform {execution: default-cli}] | |
[INFO] Checking out the project to perform the release ... | |
[INFO] Executing: /bin/sh -c cd /home/stuart/src/watir/driver/maven/target && git clone [email protected]:operasoftware/operadriver.git /home/stuart/src/watir/driver/maven/target/checkout | |
[INFO] Working directory: /home/stuart/src/watir/driver/maven/target | |
[INFO] Executing: /bin/sh -c cd /home/stuart/src/watir/driver/maven/target/checkout && git fetch [email protected]:operasoftware/operadriver.git | |
[INFO] Working directory: /home/stuart/src/watir/driver/maven/target/checkout | |
[INFO] Executing: /bin/sh -c cd /home/stuart/src/watir/driver/maven/target/checkout && git checkout v0.6 | |
[INFO] Working directory: /home/stuart/src/watir/driver/maven/target/checkout | |
[INFO] Executing: /bin/sh -c cd /home/stuart/src/watir/driver/maven/target/checkout && git ls-files | |
[INFO] Working directory: /home/stuart/src/watir/driver/maven/target/checkout | |
[INFO] Executing goals 'deploy'... | |
[INFO] Executing: /bin/sh -c cd /home/stuart/src/watir/driver/maven/target/checkout && /usr/share/maven2/bin/mvn deploy --no-plugin-updates -Psonatype-oss-release -f pom.xml | |
[INFO] Scanning for projects... | |
[WARNING] | |
Profile with id: 'sonatype-oss-release' has not been activated. | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Maven Default Project | |
[INFO] task-segment: [deploy] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] BUILD ERROR | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Cannot execute mojo: resources. It requires a project with an existing pom.xml, but the build is not using one. | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] For more information, run Maven with the -e switch | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 1 second | |
[INFO] Finished at: Fri Aug 05 13:46:25 CEST 2011 | |
[INFO] Final Memory: 6M/57M | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] BUILD ERROR | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Maven execution failed, exit code: '1' | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] For more information, run Maven with the -e switch | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 53 seconds | |
[INFO] Finished at: Fri Aug 05 13:46:25 CEST 2011 | |
[INFO] Final Memory: 16M/229M | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment