war:war warSourceExcludes parameter not used when set in the POM ----------------------------------------------------------------
Key: MNG-478 URL: http://jira.codehaus.org/browse/MNG-478 Project: Maven 2 Type: Bug Components: maven-plugins Versions: 2.0-alpha-2 Environment: Windows XP Reporter: Yann Le Du I got the following in my POM for a WAR-packaged project : <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <configuration> <warSourceExcludes>**/test.html</warSourceExcludes> </configuration> </plugin> </plugins> </build> I run "m2 install". The file src/main/webapp/test.html is included in the resulting WAR, but, unless I'm mistaken, it shouldn't. I've tried with the following patterns : test.html */test.html **/test.html *\test.html **\test.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]