You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Roman Kitko (JIRA)" <ji...@codehaus.org> on 2009/03/28 11:21:12 UTC

[jira] Commented: (MWAR-188) 2.1-beta-1 ignores warSourceExcludes

    [ http://jira.codehaus.org/browse/MWAR-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=171274#action_171274 ] 

Roman Kitko commented on MWAR-188:
----------------------------------

Previous bugs with similar problem :

http://jira.codehaus.org/browse/MWAR-5
http://jira.codehaus.org/browse/MWAR-62 


> 2.1-beta-1 ignores warSourceExcludes
> ------------------------------------
>
>                 Key: MWAR-188
>                 URL: http://jira.codehaus.org/browse/MWAR-188
>             Project: Maven 2.x WAR Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1-beta-1
>         Environment: Ubuntu 8.10, JDK 1.6.10, mvn 2.0.10
>            Reporter: Roman Kitko
>         Attachments: war-excludes-test.zip
>
>
> WAR  plugin again ignores (or for any reason copy dependencies) warSourceExcludes configuation property.
> warSourceExcludes correctly works in 2.1-alpha-1, breaks in 2.1-alpha-2 and 2.1-beta-1. This is regression bug, already reported and fixed for previous version .
> I am sending test zipped project. 
> This is its pom :
>   <dependencies>
>     <dependency>
> 	<groupId>commons-logging</groupId>
> 	<artifactId>commons-logging</artifactId>
> 	<version>1.1.1</version>
>     </dependency>
>   </dependencies>
>   
>   <build>
>       <plugins>
> 	<plugin>
> 	  <artifactId>maven-war-plugin</artifactId>
> 	  <!-- 2.1-alpha-1 works, 2.1-alpha-2 does not work, 2.1-beta-1 does not work -->
> 	  <version>2.1-beta-1</version>
> 	  <configuration>
> 	    <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
> 	  </configuration>
> 	</plugin>
>       </plugins>
>   </build>

-- 
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