On 6/21/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote:

They do the same thing... but differs in when you use them.

assembly:attached is used inside poms, i.e. mvn package

assembly:assembly is the command-line version , i.e. mvn assembly:assembly

Plus assembly:attached does not fork the lifecycle.
So it does not re-run a build.

As noted above assembly:attached is the correct one to add to your pom
and bind to the package phase for inclusion during "mvn install"

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

Reply via email to