[ http://jira.codehaus.org/browse/MEAR-36?page=all ]
Eric Bernstein updated MEAR-36: ------------------------------- Attachment: MEAR-36-maven-ear-plugin.patch Attaching a patch that fixes this issue. I know the issue says in progress but I needed the fix today and wrote it out. The fix was taken from the maven-jar-plugin implementation and should function identically. > 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 > Assigned To: Stephane Nicoll > Fix For: 2.3 > > Attachments: MEAR-36-maven-ear-plugin.patch > > > 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