You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Wolfgang Fahl (JIRA)" <ji...@apache.org> on 2015/12/19 07:08:46 UTC

[jira] [Comment Edited] (MDEPLOY-177) Maven release:perform hangs when downloading maven-metadata.xml

    [ https://issues.apache.org/jira/browse/MDEPLOY-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065264#comment-15065264 ] 

Wolfgang Fahl edited comment on MDEPLOY-177 at 12/19/15 6:08 AM:
-----------------------------------------------------------------

In the following environment:

mvn --version
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00)
Maven home: /opt/local/share/java/maven3
Java version: 1.8.0_65, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac"

The issue got worse again. mvn hangs on running scp but this time there is no message at all. The famous (x/x-1) message is not shown any more.  wagon-ssh 2.10 is configured.

Downgrading to mvn 3.0.5 (sigh ...) fixes the issue


was (Author: wolfgangfahl):
In the following environment:

mvn --version
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00)
Maven home: /opt/local/share/java/maven3
Java version: 1.8.0_65, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac"

The issue got worse again. mvn hangs on running scp but this time there is no message at all. The famous (x/x-1) message is not shown any more.  wagon-ssh 2.10 is configured.

> Maven release:perform hangs when downloading maven-metadata.xml
> ---------------------------------------------------------------
>
>                 Key: MDEPLOY-177
>                 URL: https://issues.apache.org/jira/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
>             Fix For: waiting-for-feedback
>
>         Attachments: deploy-debug.txt, release-perform-3.0.5.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.3.4#6332)