[MDEP-776] copy-dependencies overwrites artifacts of the same artifact id (original) (raw)

We have a project which has 2 dependencies of different groupId but same artifactId and version, e.g. com.acme:foo:1.2.3 and com.ecorp:foo:1.2.3

We use the copy-dependencies goal of the plugin to copy libraries under target/lib folder.

Actual Result:

Expected Result:

Known workaround:

relates to

New Feature - A new feature of the product, which has yet to be developed. MDEP-772 "failOnDuplicates" option for "unpack" goal

links to