#when i package my multi modular project

1 messages · Page 1 of 1 (latest)

valid olive
#

.

keen remnant
#

you need an additional module that shades all your others

#

the "dist" module has all others as dependency, then just shades them all

valid olive
#

so i put this dependency in each pom.xml?

keen remnant
#

no, you create your own dist module that has all your other modules as dependency

valid olive
#

so a new module with a pom file with all the modules as a dependency? no code needed or anyytihng?

keen remnant
#

kinda yes

valid olive
#

ok ill try it ty

#

so i then put that repo in the dist module?

#
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.``` erm? https://pastebin.com/Zf54wez8
keen remnant
#

you need to run mvn install on the root pom