thanks used following setting to get it work. <applicationXml>src/main/resources/META-INF/application.xml</applicationXml>
On Thu, Oct 17, 2013 at 6:26 PM, Wayne Fay <[email protected]> wrote: > > I have requirement to exclude some entries in application.xml during ear > > build. > ... > > In my case I need to maintain the same EAR structure in the build but > have > > to exclude entries Alpha.jar and Beta.jar from application.xml during > build. > > I am fairly certain you can provide an application.xml rather than > just taking the one that Maven generates for you. Check the > configuration options & documentation for m-ear-p. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
