The following comment has been added to this issue:

     Author: Juergen Baier
    Created: Tue, 14 Dec 2004 9:18 AM
       Body:
I just stumbled across this in a current project. In order to have SNAPSHOT 
dependencies for multiple branches you need to write something like:

<dependency>
    <groupId>myGroup</groupId>
    <artifactId>myArtifact-1.3</artifactId>
    <version>SNAPSHOT</version>
    <type>jar</type>
</dependency>

Is this the recommended way to deal with SNAPSHOTs on multiple branches?
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-317?page=comments#action_27999

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-317

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-317
    Summary: Ability to have one snapshot per development branch of a project
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core

   Assignee: 
   Reporter: Quinton McCombs

    Created: Thu, 6 Mar 2003 10:50 AM
    Updated: Tue, 14 Dec 2004 9:18 AM

Description:
Currently, a SNAPSHOT and a timestamp jar relate to CVS HEAD of a particular 
project.  For projects which have multiple development branches, this causes a 
problem.

I would propose that the version number of the project be added to the filename 
of the snapshot and the timestamp jar.  It should be documented in the manual 
that the version should always be the unreleased version.  

Perhaps the version number is not the right identifier to add.  I would just 
like to see something that would allow one snapshot per development branch.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to