Hello, I’m a new and impractical user of jenkins and maven, I have a task to do but I can’t complete it, I have to run a test project in java + maven, the project is made up of 3 modules, dependent on each other them and are located in a repository inside the organization. I have no problems running the single project, but I don’t understand how I can run the project with these 3 modules.
Can you help me or give a guide?
root Pom.xml
X ----> module 1
pom.xml
X ----> module 2
pom.xml (module reference 1)
X ----> module 3
pom.xml (reference module 1 and module 2)
Thank you.