Emmanuel Hugonnet a écrit :
Hi,
I have a multi-modules project. Some of my modules are to be distributed in formats defined by assembly. I would like to call assembly:assembly from my parent directory instead of calling it from each of my submodule.
How am i to configure this ?
Thanks
Emmanuel

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


Well here is my 'solution':
Attach assembly:attached to the package phase in all the wanted submodules.
run mvn clean install from parent dir.
then run mvn assembly:assembly -N from parent dir.
Emmanuel

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

Reply via email to