Re: maven-ear-pugin modify applicaion.xml

2013-10-21 Thread Surendran D
thanks used following setting to get it work. applicationXmlsrc/main/resources/META-INF/application.xml/applicationXml On Thu, Oct 17, 2013 at 6:26 PM, Wayne Fay wayne...@gmail.com wrote: I have requirement to exclude some entries in application.xml during ear build. ... In my case I

maven-ear-pugin modify applicaion.xml

2013-10-17 Thread Surendran D
Hi, I have requirement to exclude some entries in application.xml during ear build. application.xml generated by maven-ear-plugin is as follows ?xml version=1.0 encoding=UTF-8? application xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance;

Re: maven-ear-pugin modify applicaion.xml

2013-10-17 Thread Wayne Fay
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