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

Michael Osipov closed MWAR-214.
-------------------------------
    Resolution: Auto Closed

This issue has been auto closed because it has been inactive for a long period 
of time. If you think this issue still applies, retest your problem with the 
most recent version of Maven and the affected component, reopen and post your 
results.

> <packagingExcludes> does not correctly parse comma delimited jars when using 
> a string newline char (i.e. '\')
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: MWAR-214
>                 URL: https://issues.apache.org/jira/browse/MWAR-214
>             Project: Maven WAR Plugin
>          Issue Type: Improvement
>            Reporter: Kevin Clark
>
> The following works -
> {code:xml}
> <packagingExcludes>
>    
> WEB-INF/lib/activation-1.0.2.jar,WEB-INF/lib/activation-1.1.jar,WEB-INF/lib/cglib-2.1_3.jar,WEB-INF/lib/bcprov-jdk14-119.jar
> </packagingExcludes>
> {code}
> The following will not
> {code:xml}
> <packagingExcludes>
>    
> WEB-INF/lib/activation-1.0.2.jar,WEB-INF/lib/activation-1.1.jar,WEB-INF/lib/cglib-2.1_3.jar,\
>    WEB-INF/lib/bcprov-jdk14-119.jar
> </packagingExcludes>
> {code}
> In some large builds many repeat JARs need to be filtered out. A newline char 
> capability would make the pom.xml more readable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to