Message:
The following issue has been closed.
Resolver: Brett Porter
Date: Fri, 19 Nov 2004 10:55 PM
duplicate of MPARTIFACT-13
Note that you can just as effectively use jar:deploy if currentVersion is set
to 1.0-SNAPSHOT, for example
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MAVEN-1510
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1510
Summary: Version is not included when deploying a snapshot
Type: Bug
Status: Closed
Priority: Major
Resolution: DUPLICATE
Original Estimate: 2 days
Time Spent: Unknown
Remaining: 2 days
Project: maven
Versions:
1.0
1.0.1
Assignee:
Reporter: Robert Becker
Created: Fri, 19 Nov 2004 1:26 PM
Updated: Fri, 19 Nov 2004 10:55 PM
Environment: All OSes
Description:
The name of the jar being deployed into the repository when performing a
jar:deploy-snapshot is
${pom.artifactId}-SNAPSHOT.jar
when really it should be
${pom.artifactId}-${pom.currentVersion}-SNAPSHOT.jar
-------------------------------------------------------------
We use maven 1.0 here at Dow Jones and would really appreciate this bug being
fixed. This bug flattens the namespace for jars deployed from a project, even
on different branches, and prevents us from having a snapshot per branch. We
would like to be able to have more than one snapshot per project (a snapshot
per project, per version) because we are using snapshots as part of our
intermediate release scenario. We don't want to go through all of the work and
tagging of a formal release due to the extra CVS complexity and time impact.
Would this be possible or is there some other way to manage multiple branches
of a project that I should pursue instead?
---------------------------------------------------------------------
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]