Questions tagged [maven-multi-module]
4 questions
0
votes
1 answer
How to muti-module a large spring application
I am developing a spring boot project consisting of multiple independent modules used by the main project. As I am new to this, I need guidance on how to segregate large project into maven modules. I have few ideas which I would like to get your…

Prabhakaran
- 83
- 7
0
votes
0 answers
Multi-module application and versioning strategy
I have a Spring boot application with several modules (I'm using Maven) and each module includes several other modules/libs (eg. for MongoDB, MySQL, ActiveDirectory etc.) and some of them are in common among these modules.
Eg.
Module A (API REST)
-…

HK15
- 47
- 9
0
votes
1 answer
NoClassDefFoundError in Maven multi-module project
I have splitted an application to prevent code duplicates in various submodules.
So all modules are using the submodule "core" which contain some DAOs and Util-Classes.
When I now execute a module and it is calling the Util-Class of core, a…

HarleyDavidson
- 559
- 6
- 17
0
votes
0 answers
How do I specify which sub-module to build from parent maven project?
I have three levels of Maven Multi Module project.
Grand Father -> includes Father
Father -> Includes Mulitple Sons
Son1 Son2 Son3
My Jenkins job triggers build from Grand Father project. i.e. top most.
I want to Grand Father to build only Project…

Oliver
- 6,152
- 2
- 42
- 75