There was a bug in the jar-plugin that prevented this from working. In order to 
get it working for the jar, I had to downlaod a 2.2-SNAPSHOT version of the jar 
that contained the fix. My guess is that it is also broken in the war-plugin 
and may need to be fixed there, I have the same problem when I use the 
EJBplugin.
 
Check out the nabble forums (www.nabble.com) and search in the maven-users 
section. You might find more info there.
 
Regards,
Mark

________________________________

From: Alexandre Nshimiyimana [mailto:[EMAIL PROTECTED]
Sent: Mon 12/3/2007 8:32 AM
To: [email protected]
Subject: file exclude in the pom



This  don't work when I try to exclude some files from my war like this:


</configuration>
<excludes>
             * <exclude>**/pdf/*.pdf</exclude>
              <exclude>**/travail/*.xml</exclude>
* </excludes>
 </configuration>


Cheers,



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to