Thanks Wayene I dont know how did I skip this thing...its written there...i fooled myself
Regards, Nishant -----Original Message----- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 4:59 PM To: Maven Users List Subject: Re: package file in ear throug ear-plugin As seen in the documentation: http://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html The configuration you are looking for is "earSourceDirectory" which defaults to ${basedir}/src/main/application. Try putting your file there. Wayne On 10/10/07, Sonar, Nishant <[EMAIL PROTECTED]> wrote: > Hi > > > > I want to add a file 'aop.xml' to ear in the META-INF folder, is it > possible through > > Maven-ear-plugin? > > > > > > xxx.ear > > | > > |---META-INF > > | > > |----application.xml > > |---aop.xml (want toad this file here) > > |---abc.war > > |---pqr.war > > > > Pleas help > > > > -Nishant > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
