[ http://jira.codehaus.org/browse/MPEJB-13?page=all ]
Brett Porter closed MPEJB-13:
-----------------------------
Assign To: Brett Porter
Resolution: Won't Fix
this is by design. The final name is correct in target, but the layout of the
repository is a specified format.
If you really want -ejb in there all the time, add it to the artifactId of your
ejb's.
> SNAPSHOT should respect maven.final.name
> ----------------------------------------
>
> Key: MPEJB-13
> URL: http://jira.codehaus.org/browse/MPEJB-13
> Project: maven-ejb-plugin
> Type: Bug
> Versions: 1.5
> Reporter: Dan Greening
> Assignee: Brett Porter
> Priority: Minor
>
>
> 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.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]