Add POM generation/uploading to deploy:deploy-file goal
-------------------------------------------------------

         Key: MNG-1786
         URL: http://jira.codehaus.org/browse/MNG-1786
     Project: Maven 2
        Type: Improvement

  Components: maven-deploy-plugin  
    Reporter: Chris Tucker
    Priority: Minor
 Attachments: deploy-file.patch

Attached is a patch to the maven-deploy-plugin to add the ability to upload 
either a specified or an auto-generated POM file as part of the 
deploy:deploy-file goal.

This adds two new options to the goal, and makes some options no longer 
required.  Specifically, it adds:
- uploadPom - boolean, indicating whether pom should be uploaded
- pomFile - file, specifies the pom to use
And it makes optional:
- groupId
- artifactId
- version
- packaging

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