Deploy Ant task doesn't handle -SNAPSHOT
----------------------------------------

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

  Components: Ant tasks  
    Reporter: Dan Fabulich


Use the Maven "deploy" ant task with the version "1.0-SNAPSHOT".  It will be 
deployed to the artifact repository as "1.0-SNAPSHOT"; it won't have its 
-SNAPSHOT replaced with a proper qualified name (timestamp, build number, etc.).

Ideally there would be a way for users to specify their own qualifier in the 
Ant task, by specifying a special attribute.  That would allow Ant scripters to 
use Ant's <BuildNumber> task or to use any other arbitrary build number as 
needed.

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

Reply via email to