Hi,
I have a multi-project with severals modules. I was trying to use the
assembly plugin to create the final project structure. Unfortunatelly the
assembly descriptor does not have all the features that I need to achieve
this final structure. So I tried to use the antrun plugin. I could make a
set of tasks that builds what I want but unfortunatelly the antrun plugin
runs before submodules are built so the tasks doesn't do anything at all and
then I end up having to call maven twice ("mvn package" and then "mvn
antrun:run").
So how can I make the antrun behave like the assembly plugin (that is, to
have it ran AFTER the submodules are built)?
Regards,
Thiago Souza
--
View this message in context:
http://www.nabble.com/Antrun-issue-tf2148246.html#a5932040
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]