[ http://jira.codehaus.org/browse/MWAR-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_115966 ]
Olivier Lamy commented on MWAR-112: ----------------------------------- You can use outputFileNameMapping in your mojo configuration. But I don't really understand the real issue ?? > The package RELEASE version of jar files are named jarname-RELEASE.jar > ---------------------------------------------------------------------- > > Key: MWAR-112 > URL: http://jira.codehaus.org/browse/MWAR-112 > Project: Maven 2.x War Plugin > Issue Type: Bug > Environment: Maven version: 2.0.7 > Java version: 1.5.0_11 > OS name: "windows xp" version: "5.1" arch: "x86" > Reporter: Chandra Patni > > Suppose, I have dependency > <dependency> > <groupId>mygroup</groupId> > <artifactId>mylib</artifactId> > <version>RELEASE</version> > </dependency> > In a war packaging, if I run mvn package, the war file contains > mylib-RELEASE.jar > Similarly, if you run mvn clean compile war:exploded, the exploded dir > contains mylib-RELEASE.jar > It packages dereferenced value of RELEASE if I do, > mvn clean compile > mvn war:exploded -- 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