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

2012-08-29 Thread Stephane Nicoll
mvn help:effective-pom is your friend here. S. On Thu, Aug 23, 2012 at 5:20 PM, Stuart Stephen 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 configured properly. > > I replac

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

2012-08-23 Thread Curtis Rueden
Hi Stuart, > org.apache.maven.plugins > maven-ear-plugin 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 are the core ones from that groupId

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... maven-ear-plugin maven-ear-plugin with... org.apache.maven.plugins maven-ear-plugin Then changed... true t