[PATCH] add correct ejb-client to war if configured in dependency

2006-08-10 Thread AndreasWuest
Hello, attached you will find a patch that will allow the maven-war-plugin to add a ejb-client created by the maven-ejb-plugin. With the latest cvs snapshot it is not possible to add the ejb client to the war, always the ejb.jar will be added to the war file what is not really inteded. this

Re: [PATCH] add correct ejb-client to war if configured in dependency

2006-08-10 Thread Doug Douglass
Andreas, Your best bet for getting your patch committed is to create a JIRA issue for the maven-war-plugin[1] and attach the patch there. [1] http://jira.codehaus.org/browse/MWAR Doug On 8/10/06, AndreasWuest [EMAIL PROTECTED] wrote: Hello, attached you will find a patch that will allow