Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPEJB-13 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPEJB-13 Summary: SNAPSHOT should respect maven.final.name Type: Bug Status: Unassigned Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-ejb-plugin Versions: 1.5 Assignee: Reporter: Dan Greening Created: Sat, 7 Aug 2004 10:02 PM Updated: Sat, 7 Aug 2004 10:02 PM Description: If you type "maven ejb:install-snapshot" in a project, it does not use the contents of maven.final.name to construct the name. So for example, if pom.id=user and maven.final.name=${pom.artifactId}-ejb-${pom.currentVersion} is specified in the project.properties file, it still installs the ejb file as "user-SNAPSHOT.jar", rather than "user-ejb-SNAPSHOT.jar". This is no big deal, so I marked it "minor". I just would prefer that my ejb jar files have a special designation, even when generated as a SNAPSHOT. Today SNAPSHOT versions are treated inconsistently from normal versions. For example, when you say "maven ejb:install" with the above configuration, it will actually generate "user-ejb-1.0.jar". But a snapshot generates "user-SNAPSHOT.jar". I guess jar:install-snapshot also does this same thing. Hmph. Consistency is the hobknob of little minds. --------------------------------------------------------------------- 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]
