Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Component/s: Build, Infrastructure and Tests
-
Labels:None
-
Similar issues:
XCOMMONS-39Xar plugin should not embed anything by default XCOMMONS-155 XAR Plugin doesn't always preserve old files in the resources when adding pages from dependencies XCOMMONS-145Add new Verify and Format Mojos in XAR plugin XCOMMONS-216XAR Plugin unit test fail when executed in IntelliJ IDEA XCOMMONS-349Upgrade to Maven Surefire plugin 2.13 XCOMMONS-249Add extension identifier to the generated package.xml XCOMMONS-210Confusing log when uninstalling an extension that has dependencies XCOMMONS-102 Upgrade Maven Bundle plugin to version 2.3.6 XCOMMONS-207XAR Plugin fails to create XAR when there are non XML files in target/classes XCOMMONS-83Upgrade Maven Javadoc Plugin to 2.8.1
Description
This plugin is working pretty much the opposite way it should: it's packaging "runtime" dependencies and don't take into account "provided" dependencies...
Hm, isn't it normal to package "runtime" and discard "provided" dependencies? For jar dependencies, the provided servlet-api jar is used at compile time, but it isn't pulled in the final package.