Build specific module in multi-module project
- by Roman
Hi
I have a multi-module project.
I thought I can compile only a single module from that multi module project by that line :
mvn -amd -pl "module-name"
Seems not to work , this command builds only the specific module. Its dependencies are not compiled yet so it fails.
Any ideas how to solve that ?
Thanks