Hi Jeff
>
>
> On Tue, Sep 23, 2008 at 12:00 PM, Pierre-Arnaud Marcelot
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
>     On Tue, Sep 23, 2008 at 11:48 AM, Felix Knecht <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> wrote:
>
>         +1
>         IIRC the MANIFEST.MF is also used by Eclipse (but I'm not sure). 
>
>
>     Yep, it is used to launch the plugin from within Eclipse to debug
>     the plugin and it's also used as Manifest of the final jar.
>      
>
>         If so we need to adapt the documentation about the intial mvn
>         eclipse:eclipse
>         studio:eclipse stuff.
>
>
>     Yeah, and no... We will still need the use of the studio:eclipse
>     plugin I think (at least for copying the dependencies into the
>     'lib' folder).
>     BTW, I was wondering if it's possible in Maven to attach the
>     launch of a goal of a plugin to another goal (of another plugin),
>     or if it's only possible to attach it to a phase of the build.
>
> I know that is is possible for a Mojo to launch the goal of another
> plugin. This can be done with the execute annotation
> (http://maven.apache.org/developers/mojo-api-specification.html#The_Descriptor_and_Annotations)
>
Sounds good.
IIUC this would allow us just to do a mvn studio:eclipse and the
eclipse:eclipse is executed implicitly before our stuff is done. I need
to dive deeper into this of finding an example already using this.

Thanks
Felix
> Regards
> Jeff MAURY

Reply via email to