I want to add my jboss-web.xml with my web.xml file in my WEB-INF directory
in my WAR file.
Is there a way to include this file in the war with maven 2?
On 3/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I can not get maven2 to add my *jboss-web.xml* file in my war file. Here
> is my plugin for it!
> With the <includes/> my war file builds as empty war no class files added.
>
> How do I get this file in my war?
>
>
> <plugin>
>
> <artifactId>maven-war-plugin</ artifactId>
>
> <configuration>
>
> <webXml>${basedir}/WEB-INF/web.xml </webXml>
>
> <outputDirectory>/usr2/local/jboss-4.0.3SP1/server/nextServer/deploy/ </
> outputDirectory>
>
> </configuration>
>
> </plugin>
>
>
>
> Thanks
>