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

Michael Osipov closed MWAR-196.
-------------------------------
    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.

> Need separate includes for just WEB-INF/lib
> -------------------------------------------
>
>                 Key: MWAR-196
>                 URL: https://issues.apache.org/jira/browse/MWAR-196
>             Project: Maven WAR Plugin
>          Issue Type: Improvement
>            Reporter: James Lorenzen
>
> I am trying to create a skinny war by limiting the WEB-INF/lib to just the 
> jars that are needed, leaving the rest to be defined in the EAR/lib. Ideally 
> I would like to be able to configure the war with just the jars I need vs 
> defining all the ones I don't want.
> For example, I want to be able to configure my lite WAR with only a few xml 
> jars, but by default I want it to include everything else under WEB-INF such 
> as classes or flex or images, scripts, styles, etc.
> <packagingIncludes>
> WEB-INF/lib/xml*
> </packagingIncludes>
> Currently when I want to include just a few jars I have to list out all the 
> folders under my war too.
> <packagingIncludes>
> images/*,
> scripts/*,
> styles/*,
> META-INF/*,
> WEB-INF/*,
> WEB-INF/classes/*,
> WEB-INF/flex/*,
> WEB-INF/lib/xml*,
> </packagingIncludes>



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

Reply via email to