[ https://jira.codehaus.org/browse/MDEPLOY-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Heuer updated MDEPLOY-177: ---------------------------------- Attachment: deploy-debug.txt > Maven release:perform hangs when downloading maven-metadata.xml > --------------------------------------------------------------- > > Key: MDEPLOY-177 > URL: https://jira.codehaus.org/browse/MDEPLOY-177 > Project: Maven Deploy Plugin > Issue Type: Bug > Components: deploy:deploy > Affects Versions: 2.8.1 > Environment: $ mvn -v > Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; > 2014-02-14T11:37:52-06:00) > Maven home: /usr/local/Cellar/maven/3.2.1/libexec > Java version: 1.7.0_51, vendor: Oracle Corporation > Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.9.2", arch: "x86_64", family: "mac" > Reporter: Michael Heuer > Priority: Critical > Attachments: deploy-debug.txt, release-perform-debug.txt > > > When attempting to mvn release:perform > {code:none} > $ mvn release:perform > ... > [INFO] [INFO] > ------------------------------------------------------------------------ > [INFO] [INFO] Building biojava-legacy 1.8.5 > [INFO] [INFO] > ------------------------------------------------------------------------ > [INFO] [INFO] > [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) @ > biojava-legacy >>> > [INFO] [INFO] > [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) @ > biojava-legacy <<< > [INFO] [INFO] > [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ > biojava-legacy --- > [INFO] [INFO] > [INFO] [INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ > biojava-legacy --- > [INFO] [INFO] Not executing Javadoc as the project is not a Java > classpath-capable package > [INFO] [INFO] > [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ > biojava-legacy --- > [INFO] [INFO] Installing > /Users/xxx/working/biojava-legacy/target/checkout/pom.xml to > /Users/xxx/.m2/repository/org/biojava/biojava-legacy/1.8.5/biojava-legacy-1.8.5.pom > [INFO] [INFO] > [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ > biojava-legacy --- > [INFO] Uploading: > scp://cloudportal.open-bio.org/home/websites/biojava.org/html/static/download/maven/org/biojava/biojava-legacy/1.8.5/biojava-legacy-1.8.5.pom > [INFO] 4/9 KB > [INFO] 8/9 KB > [INFO] 9/9 KB > [INFO] > [INFO] Uploaded: > scp://cloudportal.open-bio.org/home/websites/biojava.org/html/static/download/maven/org/biojava/biojava-legacy/1.8.5/biojava-legacy-1.8.5.pom > (9 KB at 3.0 KB/sec) > [INFO] Downloading: > scp://cloudportal.open-bio.org/home/websites/biojava.org/html/static/download/maven/org/biojava/biojava-legacy/maven-metadata.xml > [INFO] 750/750 B > [INFO] 751/750 B > {code} > the build hangs at this point. It appears there might be a difference > between the expected file size and the downloaded file size, but no > warning/error messages appear, the build just hangs. -- This message was sent by Atlassian JIRA (v6.1.6#6162)