Add classifier fonctionnality to Maven EAR Plugin -------------------------------------------------
Key: MEAR-36 URL: http://jira.codehaus.org/browse/MEAR-36 Project: Maven 2.x Ear Plugin Issue Type: Improvement Affects Versions: 2.2 Environment: Any Reporter: Mathieu Rozieres The <classifier> tag is not implemented into Maven EAR Plugin. For example, while using this configuration : <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ear-plugin</artifactId> <configuration> <classifier>dev</classifier> </configuration> </plugin> The artefact produced is still named ${pom.artifactId}-${pom.version} ... -- 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