Need separate includes for just WEB-INF/lib
-------------------------------------------
Key: MWAR-196
URL: http://jira.codehaus.org/browse/MWAR-196
Project: Maven 2.x 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 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