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

   **[Allan Q. 
Ramirez](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=aramirez)**
 commented
   
   Depends on MNG-1712,
   
   Current workaround to use this is to copy the wagon provider jar in your 
%M2_HOME%/lib and execute the command
   
   mvn deploy:deploy-file
   -DgroupId=\<groupId>
   -DartifactId=\<artifactId>
   -Dversion=\<version>           
   -Dpackaging=\<packaging>
   -Dfile=\<path-to-file>
   -Did=\<id-to-map-on-server>
   -Durl=\<url>
   
   Any thoughts?
   


-- 
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