Hi Michal,

[snip]

> I would like change both multiproject and site plugin to make it
> possible
> 
> - In site plugin:
> 
> I would like to attain "site:generate" goal from "site" goal - not
> other way around
> 
> - in multiproject plugin at the end of the code of the goal
> 
> <goal name="multiproject:site">
> 
> </goal>
> 
> I would like to attain site:generate goal - not "site" goal.
> 

[snip]

Is your problem only with the namespace name clashing with your toplevel
project "site" goal? I am doing the same thing in Cargo and I don't have
issue. However, I've named my goal "cargo:site" in order to prevent name
clashing.

Anyway I do agree that following the established standard, the "site" goal
should call the "site:generate" goal and not the other around.

I'm +1 for this as I don't think it'll break anything (apart from edge cases
when end users were relying on side effects...).
 
Thanks
-Vincent

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

Reply via email to