Hi
I have this structure
{ parent}
{core-module}
pom.xml
{shared-module}
pom.xml
pom.xml
The core module depends on shared-module.jar. But since both are
under development we have to run mvn install on shared-module before
running any commands on core-module. Is it possible that compilation
of core, first triggers mvn install of shared-module? I know if I do
it from parent, it will work fine. But usually we work on individual
modules, so being able to set this inter module dependency would help.
Thanks
-V
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]