Looking at your post again and I think I understand what you want to accomplish.

You want to include inside the assembly the generated site?

Take a look at the Assembly mojo [1] and especially this parameter:

includeSite     boolean         Set to true to include the site generated by 
site:site goal. Default value is false.

I guess that is what you want.

With regards,

Nick Stolwijk

[1]http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html


-----Original Message-----
From: Michael [mailto:[EMAIL PROTECTED]
Sent: Tue 1/15/2008 3:53 PM
To: Maven Users List
Subject: Re: How to make assembly:assembly depend on goals?
 
[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: users@maven.apache.org
> 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]


Reply via email to