Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-alpha-1
-
Component/s: None
-
Labels:None
-
Environment:all
-
Number of attachments :
Description
create an attribute to say "don't copy 'provided' dependencies", into copy-dependencies goal.
Issue Links
- duplicates
-
MDEP-21
Option to not copy 'provided' scoped jars
-
Added the ability to specify a scope to exclude. This uses the plexus ScopeArtifactFilter, which defines what scopes are included. For example, since test scope effectively includes all other scopes, then excluding the test scope would exclude everything. (which the plugin won't allow)