On 6/20/06, Ivo Limmen <[EMAIL PROTECTED]> wrote:
Did you try using a different phase and / or goal? I personally only include and configure the asembly plugin and don't attach it to a specific phase or goal.
[del]
But still I never used the dir format. My distribution is only created once.
What about re-running of the build lifecycle. I have something like this: ROOT - moduleA - moduleB (depends on A) - moduleC (depends on A) And I am finding that without the assembly plugin attached the build works how I expect it. As soon as I attach assembly, when it gets to the package phase for moduleB it forks a new lifecycle and rebuilds moduleA again. The same happens when it builds moduleC, it goes and builds moduleA. In reality there moduleA is a bunch of modules as moduleB and moduleC contain main methods that depend upon common code, so quite a few modules get rebuild multiple times which slows down the build a lot. I don't know why it is creating a new build lifecycle. I haven't noticed any bugs in JIRA outstanding for it. There is only this warning message on the console: [WARNING] Removing: assembly from forked lifecycle, to prevent recursive invocation. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]