I have a top level of multimodule project that contains multiple sub
modules.
If I do the following steps in the top level project:
mvn clean
mvn install
I get build failure because what mvn seems to do is to first run compile
goal on all the sub-modules before running install goal on all the
sub-modules. The problem is that some sub-modules depend upon other
sub-modules and I have to manually run "mvn install" on thos modules
first in order for my tope level "mvn install" to succeed. Is there a
more elegant way to address my problem?
Thanks for your help.
--
Regards,
Farrukh Najmi
Web: http://www.wellfleetsoftware.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]