As documented [1], the EAR plugin uses /src/main/application by default. I'm not sure if it supports additional <resource> directives.
http://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html#earSourceDirectory Wayne On Dec 26, 2007 2:47 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have this in my ear's pom.xml > > <resources> > <resource> > <directory>${basedir}/src/main/resources</directory> > <targetPath>META-INF</targetPath> > <filtering>true</filtering> > </resource> > </resources> > > but my orion.xml inside ${basedir}/src/main/resources does not get included > into my ear. > > Can anyone help please? > > -- > Thanks, > Mick Knutson > > http://www.baselogic.com > http://www.blincmagazine.com > http://www.djmick.com > http://www.myspace.com/mickknutson > http://www.myspace.com/BLiNCMagazine > http://tahoe.baselogic.com > --- > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
