[EMAIL PROTECTED] wrote:
This can be be perfectly done by using the lifecycle of maven. In short, don't
site:site, but call the phase site (thus mvn site instead of mvn site:site).
Also, you could bind the assembly plugin to the package phase and thus run mvn
package instead of mvn assembly:assembly.
Try reading this page for more informatin:
http://www.sonatype.com/book/lifecycle.html
Still seems like a riddle to me.
I am aware about the attached mojo but I cannot say depends on, site,
package but only on one of these too.
I guess, I still don't understand the lifecycle system
Mike
-----Original Message-----
From: Michael [mailto:[EMAIL PROTECTED]
Sent: Tue 1/15/2008 3:37 PM
To: [email protected]
Subject: How to make assembly:assembly depend on goals?
Hi,
I kinda miss task dependencies like in Ant.
My basic idea is provide a bin distro which easily can be done with
assembly plugin.
But I want assembly:assembly depend on site:site since running
assembly:assembly runs package only in advance.
Is this possible?
Thx,
Mike
--
<NO> OOXML - Say NO To Microsoft Office broken standard
http://www.noooxml.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]