#when i package my multi modular project
1 messages · Page 1 of 1 (latest)
you need an additional module that shades all your others
e.g. here, JeffLib-dist https://github.com/JEFF-Media-GbR/JeffLib
the "dist" module has all others as dependency, then just shades them all
so i put this dependency in each pom.xml?
no, you create your own dist module that has all your other modules as dependency
so a new module with a pom file with all the modules as a dependency? no code needed or anyytihng?
kinda yes
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
you need to run mvn install on the root pom