From what I can tell this mail is talking about putting the assemble in the top-level pom, not in the maven-cli pom.

In Geronimo we hook up assembly:attached to be executed by default when `mvn install` is run with no problems. The result is, there is one command to build modules and generate the assembly zips.

It looks like the maven-cli module executes last anyways, so hooking up assemble:attached should not cause any problems... only reduces the steps to build the assembly.

--jason


On Nov 29, 2006, at 7:41 PM, Wendy Smoak wrote:

On 11/28/06, Jason Dillon <[EMAIL PROTECTED]> wrote:
Why is this step needed:

<snip>
cd maven-cli
mvn assembly:assembly
</snip>

Why not hook up assembly to the be performed with just `mvn install` ?

Possibly because of what John Casey describes here:
http://www.nabble.com/Re%3A-building-assemblies-from-the-top-level- project-directory-p4735063.html

--
Wendy

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



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

Reply via email to