[ http://jira.codehaus.org/browse/MEAR-36?page=comments#action_73993 ] Eric Bernstein commented on MEAR-36: ------------------------------------
Sorrry Stephane, I didn't mean to step on any toes, but since I was writing it anyway so I could build my project, I figured I'd hand it back in case it could be of use. Don't worry about keeping compatibility with what I submitted, I'm happy to update my poms when the next ear plugin is released - I hard coded the dependencies in my projects to my own internal version of the plugin for now, so I'll have to update eventually. Just for my own curiosity, are you keeping classified ears as attachments or making it so that the classified ear could be the only artifact. I was torn, and as mentioned, ended up just stealing what the jar plugin was doing. Not sure which way I think is right. > 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
