You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2018/01/15 19:16:03 UTC

[jira] [Closed] (MWAR-411) warSourceExcludes has not effect

     [ https://issues.apache.org/jira/browse/MWAR-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MWAR-411.
-------------------------------
    Resolution: Not A Problem
      Assignee: Robert Scholte

Take a good look at the output. You'll see that {{maven-war-plugin:3.2.0:war}} is executed twice. The first execution copies all webresources, including the once to be excluded by the second execution block. The excluded files of the second execution block have no effect.

Hence the result is that all webresources are included in the war-file.

> warSourceExcludes has not effect
> --------------------------------
>
>                 Key: MWAR-411
>                 URL: https://issues.apache.org/jira/browse/MWAR-411
>             Project: Maven WAR Plugin
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Frank Ren
>            Assignee: Robert Scholte
>            Priority: Major
>
> Test case, [https://github.com/renfeng/MWAR-411]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)