Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
Using the following structure
dependency-test
- module1
- module2
I have the dependency-maven-plugin:copy-dependencies goal attached
the package phase of the module2 module.
"module2" has a dependency on "module1". When I run "mvn package" from the
"module2" folder, it correctly includes the "module1" jar in the
target/dependency folder.
When I run "mvn package" from the "dependency-test" folder, the "module1" jar is
not included in the impl/target/dependency folder.
A simple example of the problem is attached.
Attachments
Attachments
Issue Links
- duplicates
-
MDEP-44 unpacking/copying of attached artifacts from reactor projects doesn't work
- Closed