jira-importer commented on issue #517:
URL: 
https://github.com/apache/maven-deploy-plugin/issues/517#issuecomment-2771548272

   **[Michael 
Heuer](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=heuermh)** 
commented
   
   The 1.8.5 release has a dependency on wagon-ssh version 2.6
   
   ```xml
   <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ssh</artifactId>
        <version>2.6</version>
      </extension>
    </extensions>
   ```
   
   I tried deploying 1.8.6-SNAPSHOT with versions 2.5 and 2.4 with the same 
result
   
   ```none
   $ mvn -e -X deploy --debug
   ...
   [DEBUG] Using connector WagonRepositoryConnector with priority 0.0 for 
scp://cloudportal.open-bio.org/home/websites/biojava.org/html/static/download/maven/
 with username=mheuer
   Downloading: 
scp://cloudportal.open-bio.org/home/websites/biojava.org/html/static/download/maven/org/biojava/biojava-legacy/1.8.6-SNAPSHOT/maven-metadata.xml
   603/602 B
   ```
   
   Another developer was able to cut a release (version 3.0.8) from a different 
codebase to the same maven repository recently, see e.g.
   
   https://github.com/biojava/biojava/releases
   http://biojava.org/download/maven/org/biojava/biojava/maven-metadata.xml
   http://biojava.org/download/maven/org/biojava/biojava/3.0.8/biojava-3.0.8.pom
   
   The pom files are kept in sync as much as possible (whitespace formatting 
aside)
   
   https://github.com/biojava/biojava/blob/master/pom.xml
   https://github.com/biojava/biojava-legacy/blob/master/pom.xml
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to