I have

Project A
- module 1
- module 2
- module 3 (depends on 1 & 1)
-- creates shaded artifact

Is there a way that I can configure my poms to do

project A> mvn package

such that modules 1 & 2 will automatically be installed before the shade plugin runs for module 3?

Cheers, Eric


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to