I have a multi-module project.
I thought I could only compile one module from this project with several modules with this line:
mvn -amd -pl "module-name"
This does not work, but only creates a specific module. Its dependencies have not yet been compiled, so it fails.
Any ideas how to solve this?
source
share