Build specific module in multi-module project

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-04-11T06:51:44Z Indexed on 2010/04/11 6:53 UTC
Read the original article Hit count: 272

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about java