You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/06/16 17:13:26 UTC

[jira] Commented: (MNG-478) war:war warSourceExcludes parameter not used when set in the POM

    [ http://jira.codehaus.org/browse/MNG-478?page=comments#action_41394 ] 

Brett Porter commented on MNG-478:
----------------------------------

I'm pretty sure ** has to match at least one directory. Try       <warSourceExcludes>test.html</warSourceExcludes> 


> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org