Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
For a project I need to build a war without the dependencies in the WEB-INF/lib, but with the runtime jar's named in the manifest. Before the 2.0 release (2.0-beta-2) I managed this by adding "*/lib/.jar" to the excludes configuration parameter. The 2.0 release breaks this functionality, which i think should just work fine according the documentation.
Diff taken from /maven/plugins/trunk/maven-war-plugin.
Issue Links
- relates to
-
MWAR-5
warSourceExcludes not working properly
-
Looking around this problem I think an incorrect patch in
MWAR-5http://jira.codehaus.org/browse/MWAR-5 was applied and thus breaking the problem. Here's a patch that undo's the problem, tested it here and works fine.