Re: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-24 Thread Stéphane Bouchet
, August 23, 2006 1:50 PM To: Maven Users List Subject: Re: Is it possible to build Eclipse 3.1 plugins using M2 ? There is also a thread about building eclipse RCP apps but i believe this is for eclipse 3.2 : http://www.nabble.com/Eclipse-bundle-howto-tf2065506.html#a5690799 Stéphane. Valerio

RE: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-24 Thread Sharma, Jaikumar
Subject: Re: Is it possible to build Eclipse 3.1 plugins using M2 ? It's on apache SNAPSHOT repo . http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/ maven-eclipse-plugin/2.3-SNAPSHOT/ add the following in your $HOME/.m2/settings.xml : pluginRepositories

Re: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Valerio Schiavoni
there was a thread one month ago approximately about it (subject: eclipse plugin archetype?) where some improvements in the maven-eclipse-plugin could allow to build a maven eclipse. let me know if you don't find it. On 8/23/06, Sharma, Jaikumar [EMAIL PROTECTED] wrote: Does any plugin exists

Re: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Valerio Schiavoni
after a quick search, i found it my self. adding these lines to your pom: plugin artifactIdmaven-eclipse-plugin/artifactId version2.3-SNAPSHOT/version configuration pdetrue/pde /configuration /plugin you should be able

Re: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Stéphane Bouchet
There is also a thread about building eclipse RCP apps but i believe this is for eclipse 3.2 : http://www.nabble.com/Eclipse-bundle-howto-tf2065506.html#a5690799 Stéphane. Valerio Schiavoni a écrit : after a quick search, i found it my self. adding these lines to your pom: plugin

Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Sharma, Jaikumar
Dear Maven Users, Does any plugin exists in Maven2 to build eclipse 3.1 plugins ? Thanks. - - - - - - - DISCLAIMER- - - - - - - - Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the

Re: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Tom Huybrechts
There are some discussions going on about this (see equinox and pde-build mailinglist at eclipse.org), but there is no plugin available for this right now. Tom On 8/23/06, Sharma, Jaikumar [EMAIL PROTECTED] wrote: Dear Maven Users, Does any plugin exists in Maven2 to build eclipse

RE: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Sharma, Jaikumar
/plugins/maven-eclipse-plu gin/ Regards. -Original Message- From: Valerio Schiavoni [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 1:13 PM To: Maven Users List Subject: Re: Is it possible to build Eclipse 3.1 plugins using M2 ? there was a thread one month ago approximately

RE: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Sharma, Jaikumar
Thanks Stephane. I am not able to locate this plugin version in M2 repo. Regards -Original Message- From: Stéphane Bouchet [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 1:50 PM To: Maven Users List Subject: Re: Is it possible to build Eclipse 3.1 plugins using M2

Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-22 Thread Sharma, Jaikumar
Dear Maven Users, Does any plugin exists in Maven2 to build eclipse 3.1 plugins ? Thanks.