Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
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.
Attachments
Issue Links
- is related to
-
MANTTASKS-4 System scope not working properly in Maven Antlib
- Closed
-
MANTTASKS-124 Setting dependencies with the provided scope does not work
- Closed
-
MANTTASKS-102 Provided scope doesn't filter out transitive dependencies
- Closed