Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Component/s: go-offline
-
Labels:None
-
Environment:windows / cygwin xp64 bit / bash / maven 3.0.3
-
Number of attachments :
Description
in attached sample pom structure:
mvn org.apache.maven.plugins:maven-dependency-plugin:2.3:go-offline -DexcludeGroupIds=us.pdinc.foo.maven.test
fails
I created a patch for this and also to support copy-dependencies to also copy plugins. Both "copy-dependencies" and "go-offline" should support inclusion/exlusion and other filtering options.
I included a tiny sample app to test it out. Though, the dependency-plugin version might be wrong in it as I'm not perfectly sure which one 2.6 or 2.7 is now under development.
We had a need for this feature also and decided to explore it myself. Check it out, please.