Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.10
-
Component/s: dependencies task
-
Labels:None
-
Number of attachments :
Description
The ant tasks currently use the standard maven artifact scope filtering. This means that setting "useScope" to "compile" actually includes the scopes "compile", "runtime", and "system". This is not intuitive to a typical ant user.
A better behaviour is for the the useScope attribute to allow a comma separated list of specific scopes to include. So for example, setting useScope to "compile, provided" would only include artifacts that have one of these two scopes set.
Issue Links
- is related to
-
MANTTASKS-102
Provided scope doesn't filter out transitive dependencies
-
-
MANTTASKS-4
System scope not working properly in Maven Antlib
-
-
MANTTASKS-124
Setting dependencies with the provided scope does not work
-
Fixed in r772694