Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.10
-
Component/s: dependencies task
-
Labels:None
Description
The current type filter only allows a single type to be specified. This can cause problems when using a pom with packaging set to "pom" and a list of default type (jar) dependencies. Setting the type field to "jar" fails to match any artifacts because the main pom has a type set to pom.
The type field should allow multiple types to be specified to allow more flexibiilty and to allow jar dependencies to be selected from a pom with the packaging set to pom.
Issue Links
- relates to
-
MANTTASKS-41
type attribute of artifact:dependencies doesn't work for indirect dependencies
-
Fixed in r773106