Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 2.0-beta-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When you create a SAR using jboss-packaging-maven-plugin with dependencies:
A (runtime) -> B
C (provided) -> B
with A, B, C artifacts and where '->' means transitive dependency,
then B should not be packaged under lib/ within the SAR.
If A is a runtime dependency, then I believe you would want the dependency included in the sar. If the dependency is set to a "provided" scope, the dependeny (direct or transitive) is not included in the sar. At least this is how it's working in the current snapshot.
I will mark this as won't fix unless some more detail can be provided.