Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.1
-
None
-
None
Description
I have a multi-module project with several of the modules using shade to create uber jars.
One the modules depends on an uber jar module. When doing a reactor build, this module is built with a compile classpath containing:
/xxx/yyy/uberjar-module/target/classes
rather than the shaded uber jar created (and installed) earlier in the reactor build.
When the module is built alone, the dependency in the compile classpath is correctly the shaded jar in the local repository.
I don't know enough about the internals of reactor builds to determine if this is a deficiency of the shade plugin or Maven's reactor mechanism.
Attachments
Attachments
Issue Links
- is duplicated by
-
MSHADE-50 Shade relocate output jar not easily available to other modules in multi-module build
- Closed