So to clarify, my root POM has a default goal of install, and the assembly module has a default goal of assembly:assembly which I would think would overwrite the root POMs goal but its not. So invoking 'mvn' runs 'install' on every project.

So you're saying I should specify in the assembly POM for the assembly plugin to run during the install phase for example?

On Jul 3, 2006, at 10:13 AM, Jacek Laskowski wrote:

On 7/1/06, Sachin Patel <[EMAIL PROTECTED]> wrote:
You have to invoke it manually as you've done.  I haven't figured out
how to invoke a build+assembly in one step.  As far as the file sizes
kevan saw the same problem, and we couldn't figure out why.

I might misunderstand your question, but it's possible to attach a
plugin to a phase so this way you could invoke 'build + assembly' in
one step. Btw, what's 'the one step'? Is it 'mvn'?

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl


-sachin


Reply via email to