Kent Tong wrote:

Any workaround? For example, can I install the project pom.xml without
building the modules?

Yes, Reactor should take care of that if you run "mvn install" in your root project directory (containing the "outermost" pom.xml).

As an alternative, it should also be possible to run "mvn install" separately on m1 and then m2, because Maven searches for parent poms on the filesystem rather than resolve them from the local repository.

Regards,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to