Re: [SOLVED] maven-ear-plugin is not including jarModule into application.xml

2012-08-30 Thread Stephane Nicoll
mvn help:effective-pom is your friend here. S. On Thu, Aug 23, 2012 at 5:20 PM, Stuart Stephen stuart.step...@tracegroup.com wrote: I worked it out. I was being an idiot as usual. User error. Strangely it was producing the EAR file pretty much correctly, even though my plugin wasn't

RE: [SOLVED] maven-ear-plugin is not including jarModule into application.xml

2012-08-23 Thread Stuart Stephen
I worked it out. I was being an idiot as usual. User error. Strangely it was producing the EAR file pretty much correctly, even though my plugin wasn't configured properly. I replaced... groupIdmaven-ear-plugin/groupId artifactIdmaven-ear-plugin/artifactId with...

Re: [SOLVED] maven-ear-plugin is not including jarModule into application.xml

2012-08-23 Thread Curtis Rueden
Hi Stuart, groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ear-plugin/artifactId FWIW you can leave off the groupId if it begins with org.apache.maven.plugins and Maven will figure out what you mean. Very handy since the vast majority of the plugins you typically want to configure