I have a multi-module project.
I thought I can compile only a single module from that multi module project with this line:
mvn -amd -pl "module-name"
This does not seem to work, but only builds the specific module. Its dependencies are not compiled yet so it fails.
Any ideas how to solve that?