You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dave Syer (JIRA)" <ji...@codehaus.org> on 2008/06/02 10:54:55 UTC

[jira] Created: (MANTTASKS-111) Support for SNAPSHOT deployment

Support for SNAPSHOT deployment
-------------------------------

                 Key: MANTTASKS-111
                 URL: http://jira.codehaus.org/browse/MANTTASKS-111
             Project: Maven 2.x Ant Tasks
          Issue Type: Bug
          Components: deploy task
    Affects Versions: 2.0.9
            Reporter: Dave Syer


Maybe there is some support for SNAPSHOT deployment in the ant tasks, but the documentation (just one page?) doesn't show any features or examples.  Please provide the ability to upload snapshots to a remote Maven repository (like mvn deploy).

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

        

[jira] Commented: (MANTTASKS-111) Support for SNAPSHOT deployment

Posted by "Ben Hale (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTTASKS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137093#action_137093 ] 

Ben Hale commented on MANTTASKS-111:
------------------------------------

The problem isn't deployment, it's what exactly i required to get it to follow -SNAPSHOT conventions.  Because not every build system uses a version number with -SNAPSHOT some sort of munging will need to be done to make that work.  But what this munging needs to look like isn't clear.  A section in the documentation that describes exactly what will trigger the -SNAPSHOT behavior would be appreciated.

> Support for SNAPSHOT deployment
> -------------------------------
>
>                 Key: MANTTASKS-111
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-111
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>          Components: deploy task
>    Affects Versions: 2.0.9
>            Reporter: Dave Syer
>
> Maybe there is some support for SNAPSHOT deployment in the ant tasks, but the documentation (just one page?) doesn't show any features or examples.  Please provide the ability to upload snapshots to a remote Maven repository (like mvn deploy).

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

        

[jira] Closed: (MANTTASKS-111) Support for SNAPSHOT deployment

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTTASKS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy closed MANTTASKS-111.
-----------------------------------

         Assignee: Herve Boutemy
       Resolution: Fixed
    Fix Version/s: 2.0.10

yes, and Maven Ant Tasks can't do anything different from Maven here, since pom.xml is deployed along the artifact.
I updated the doc to explain that both release and -SNAPSHOT versions are supported: see http://maven.apache.org/ant-tasks/reference.html#install

> Support for SNAPSHOT deployment
> -------------------------------
>
>                 Key: MANTTASKS-111
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-111
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>          Components: deploy task
>    Affects Versions: 2.0.9
>            Reporter: Dave Syer
>            Assignee: Herve Boutemy
>             Fix For: 2.0.10
>
>
> Maybe there is some support for SNAPSHOT deployment in the ant tasks, but the documentation (just one page?) doesn't show any features or examples.  Please provide the ability to upload snapshots to a remote Maven repository (like mvn deploy).

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

        

[jira] Commented: (MANTTASKS-111) Support for SNAPSHOT deployment

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTTASKS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137103#action_137103 ] 

Dennis Lundberg commented on MANTTASKS-111:
-------------------------------------------

I doubt that anything else than "-SNAPSHOT" at the end of the version will work. That is what Maven uses.

> Support for SNAPSHOT deployment
> -------------------------------
>
>                 Key: MANTTASKS-111
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-111
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>          Components: deploy task
>    Affects Versions: 2.0.9
>            Reporter: Dave Syer
>
> Maybe there is some support for SNAPSHOT deployment in the ant tasks, but the documentation (just one page?) doesn't show any features or examples.  Please provide the ability to upload snapshots to a remote Maven repository (like mvn deploy).

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

        

[jira] Commented: (MANTTASKS-111) Support for SNAPSHOT deployment

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTTASKS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137105#action_137105 ] 

Benjamin Bentmann commented on MANTTASKS-111:
---------------------------------------------

bq. I doubt that anything else than "-SNAPSHOT" at the end of the version will work. 
Right, compare [{{DefaultArtifact.isSnapshot()}}|http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java?view=markup]

> Support for SNAPSHOT deployment
> -------------------------------
>
>                 Key: MANTTASKS-111
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-111
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>          Components: deploy task
>    Affects Versions: 2.0.9
>            Reporter: Dave Syer
>
> Maybe there is some support for SNAPSHOT deployment in the ant tasks, but the documentation (just one page?) doesn't show any features or examples.  Please provide the ability to upload snapshots to a remote Maven repository (like mvn deploy).

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

        

[jira] Commented: (MANTTASKS-111) Support for SNAPSHOT deployment

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTTASKS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137090#action_137090 ] 

Dennis Lundberg commented on MANTTASKS-111:
-------------------------------------------

The section "Installing and Deploying Your Own Artifacts" talks about deploying to a remote repo.

I would imagine that Maven Ant  tasks works like Maven in this respect and will deploy to a snapshot repo if the artifact is a SNAPSHOT version. Haven't tried this yet, though.

> Support for SNAPSHOT deployment
> -------------------------------
>
>                 Key: MANTTASKS-111
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-111
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>          Components: deploy task
>    Affects Versions: 2.0.9
>            Reporter: Dave Syer
>
> Maybe there is some support for SNAPSHOT deployment in the ant tasks, but the documentation (just one page?) doesn't show any features or examples.  Please provide the ability to upload snapshots to a remote Maven repository (like mvn deploy).

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