Hi Andres, 

There *is* actually a pre-site phase, however it's part of a different 
lifecycle. If you generate a site ('mvn site'), then Maven will first execute 
all plugins bound to the 'pre-site' phase, and then all plugins bound to the 
'site' phase, including the 'site:generate' plugin.

Hope it helps.

Thanks,

Wilfred

-----Original Message-----
From: Andrés [mailto:[EMAIL PROTECTED]
Sent: Mon 10/9/2006 7:34 PM
To: Maven Users List
Subject: Re: docbook plugin
 

El 09/10/2006 15:32, Wilfred Springer escribió:

> It depends. You can use mine
> (...)

Wilfred, I'm taking a look at your docbook plug-in. It looks great, but 
I've seen something strange in the user guide:

           <execution>
             <goals>
               <goal>generate-html</goal>
             </goals>
             <phase>pre-site</phase>
           </execution>

I don't know about such a "pre-site" phase. Indeed, I think there's no 
"site" phase either. Is it a "typo", or I'm missing something?.

Thanks in advance.




---------------------------------------------------------------------
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