Re: Eclipse plugin development with Maven 2

2007-02-06 Thread Sebastien Pennec
Hello Stéphane and Dan, Thanks for your links! Cheers, Sébastien Dan Tran wrote: and http://mojo.codehaus.org/pde-maven-plugin/ On 2/6/07, Stéphane Bouchet <[EMAIL PROTECTED]> wrote: Hi, there is some docs on codehaus about it : http://docs.codehaus.org/display/MAVEN/Maven+and+Eclipse

Re: Eclipse plugin development with Maven 2

2007-02-06 Thread Dan Tran
and http://mojo.codehaus.org/pde-maven-plugin/ On 2/6/07, Stéphane Bouchet <[EMAIL PROTECTED]> wrote: Hi, there is some docs on codehaus about it : http://docs.codehaus.org/display/MAVEN/Maven+and+Eclipse http://docs.codehaus.org/display/MAVENUSER/Eclipse+Plugin http://docs.codehaus.org/

Re: Eclipse plugin development with Maven 2

2007-02-06 Thread Stéphane Bouchet
Hi, there is some docs on codehaus about it : http://docs.codehaus.org/display/MAVEN/Maven+and+Eclipse http://docs.codehaus.org/display/MAVENUSER/Eclipse+Plugin http://docs.codehaus.org/display/MAVEN/Barriers+to+Building+Eclipse+with+Maven Cheers, Stéphane Sebastien Pennec a écrit : Hi th

Eclipse plugin development with Maven 2

2007-02-06 Thread Sebastien Pennec
Hi there, Anybody in the list has used Maven 2 to develop plugins for Eclipse? Is there any best practice related to this kind of project that I should know about before I start? Any advice appreciated :) Sébastien - To uns

Re: Eclipse Plugin Development with Maven

2006-05-07 Thread vyzivus
tml . I've managed to build a repository of eclipse plugins and a simple pom.xml that supports three profiles: rcp, platform and SDK. I hope you'll find it useful. Sincerely yours, Martin -- View this message in context: http://www.nabble.com/Eclipse-Plugin-Development-with-Maven-t942461.htm

Eclipse Plugin Development with Maven

2006-01-18 Thread Kai Klesatschke
Hello everybody, I'm evaluation maven if it is possible to use within eclipse plugin development. Through my tests I recognized some major issues which make the usage of maven difficult. Does someone has experiences in using maven for eclipse plugin development? Tips and tricks are welcome! Gree