Skip to content

Instantly share code, notes, and snippets.

@aslakhellesoy
Created January 19, 2012 23:57
Show Gist options
  • Select an option

  • Save aslakhellesoy/1643850 to your computer and use it in GitHub Desktop.

Select an option

Save aslakhellesoy/1643850 to your computer and use it in GitHub Desktop.
maven error
[INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Project Modules" report --- maven-project-info-reports-plugin:2.4
[INFO] Generating "Project Summary" report --- maven-project-info-reports-plugin:2.4
[INFO]
[INFO] --- maven-site-plugin:3.0:deploy (default-deploy) @ cucumber-jvm ---
[INFO] Parent project loaded from repository: org.sonatype.oss:oss-parent:pom:6
[INFO] Parent project loaded from repository: org.sonatype.oss:oss-parent:pom:6
scp://cukes.info/var/www/cucumber_site/cucumber/jvm/api/1.0.0.RC7/ - Session: Connection refused
scp://cukes.info/var/www/cucumber_site/cucumber/jvm/api/1.0.0.RC7/ - Session: Disconnecting
scp://cukes.info/var/www/cucumber_site/cucumber/jvm/api/1.0.0.RC7/ - Session: Disconnected
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Cucumber-JVM ...................................... FAILURE [32.135s]
[INFO] Cucumber-JVM: Core ................................ SKIPPED
[INFO] Cucumber-JVM: JUnit ............................... SKIPPED
<settings>
<servers>
<!-- I renamed the id after release:prepare, so there is one for both the old and new id just in case -->
<server>
<id>cukes</id>
<username>aslakhellesoy</username>
<password>XXXXXX</password>
<privateKey>${user.home}/.ssh/id_rsa</privateKey>
<passphrase></passphrase>
<filePermissions>664</filePermissions>
<directoryPermissions>775</directoryPermissions>
</server>
<server>
<id>cukes.info</id>
<username>aslakhellesoy</username>
<password>XXXXXX</password>
<privateKey>${user.home}/.ssh/id_rsa</privateKey>
<passphrase></passphrase>
<filePermissions>664</filePermissions>
<directoryPermissions>775</directoryPermissions>
</server>
</servers>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment