Hi,

there is some improvement to the maven-eclipse-plugin to adress this.
If you set these lines in your POM, you could be able to compile and debug an eclipse plugin :

               <plugin>
                   <artifactId>maven-eclipse-plugin</artifactId>
                   <version>2.3-SNAPSHOT</version>
                   <configuration>
                       <pde>true</pde>
                   </configuration>
               </plugin>

But there is no archetype to create an eclipse plugin skeleton for the moment.

Cheers,

Stéphane


Valerio Schiavoni a écrit :
i did. this is not what i was referring to.
the use case for me is that i want to develop an ecplise plugin, and i
wonder if it's possible to develop it using maven as build tool.

what you suggested is usefull to use eclipse as the development environment
for my project: whic is good for sure, but not what i was referring to :)

thanks anyway,
valerio

On 7/26/06, Thierry Barnier <[EMAIL PROTECTED]> wrote:

have you tried mvn eclipse:eclipse ?

Thierry

2006/7/26, Valerio Schiavoni <[EMAIL PROTECTED]>:
>
> hello everyone,
>
> i was wondering if there's an eclipse plugin archetype...
>
> any idea ?
>
> thanks,
> valerio
> --
> http://valerioschiavoni.blogspot.com
> http://jroller.com/page/vschiavoni
>
>






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

Reply via email to