[ http://jira.codehaus.org/browse/MNG-1551?page=all ]

Allan Ramirez updated MNG-1551:
-------------------------------

    Attachment: MNG-1551-maven-deploy-plugin.patch

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?

> create a deploy:deploy-file goal
> --------------------------------
>
>          Key: MNG-1551
>          URL: http://jira.codehaus.org/browse/MNG-1551
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-deploy-plugin
>     Reporter: Brett Porter
>     Assignee: Allan Ramirez
>      Fix For: 2.0.1
>  Attachments: MNG-1551-maven-deploy-plugin.patch
>
>
> this should partner the install:install-file goal, but deploy to a remote 
> repository. It will be very similar to the goal in the maven-one-plugin.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to