Details
-
Wish
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently the dependencies of the artifact for which Maven is called are copied. I'd be nice if this function is not limited to the current artifact. It should be possible to configure the artifact(s) from which the dependencies should be copied.
The dependency:copy goal accepts a list of artifactItems to be copied. Maybe this goal could be extended to include transitive dependencies of those artifactItems.
The problem with both approaches is that the resolved dependencies of these artifacts must match their versions.