Hi, I am wanting maven to produce an ear file that contains the ear.bundle=true dependent jars, but withOUT the maven generated application.xml containing a <module> definition for those jars. Is this possible?
>From my cursory reading of the J2EE spec, a java type <module> is for a J2EE client application, rather than for a supporting jar (eg. log4j-1.2.8.jar), and I am finding WebSphere won't deploy these maven generated ear files. Thanks, Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
