[ https://jira.codehaus.org/browse/MDEPLOY-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=343884#comment-343884 ]
Michael Heuer commented on MDEPLOY-177: --------------------------------------- Hello Robert, Thank you for the quick reply. The biojava project has its own Maven repository because it depends on non-Maven Central artifacts and we haven't found time to migrate everything over to Sonatype OSS Nexus. As for why we don't run Nexus or something similar as our repository manager, that is a fair question. This may be a problem with scp but I find it odd that download/upload works ok for biojava-legacy-1.8.5.pom and then hangs on the second file. Travis CI run at/around the same time I was attempting to perform this release https://travis-ci.org/biojava/biojava-legacy/builds/21911708 https://travis-ci.org/biojava/biojava-legacy/builds/21911712 Does it modify maven-metadata.xml in some way? I wouldn't think it has write permissions to our repo. I'll try running with --debug this evening. > 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 > > 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)