Re: Maven - Unresolved references to [javax.activation, javax.annotation]

2012-01-29 Thread rcbandit
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Would you explain in details what I need to change? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Unresolved-references-to-javax-activation-javax-annotation-tp5438593p5439261.html Sent from the Maven

Re: Maven - Unresolved references to [javax.activation, javax.annotation]

2012-01-29 Thread Robert Scholte
The title of this message indicates missing some specific dependencies. The link to the page should tell you need to download them from the sun/oracle site and install them by hand (these dependencies are not available at Maven Central due to licenses) The page should also tell you which

Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Singh, Harsimranjit (NSN - IN/Bangalore)
Hi I have Old Project for Eclipse plug-in Development.I want to bring that in maven but not helping. Is this possible? I searched lot but not find much details\help.Please provide help me or provide some reference link. Thanks Harsimran

Re: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Dan Tran
lookup tycho-maven-plugin from sonatype -D On Sun, Jan 29, 2012 at 7:31 PM, Singh, Harsimranjit (NSN - IN/Bangalore) harsimranjit.si...@nsn.com wrote: Hi I have Old Project for Eclipse plug-in Development.I want to  bring that in maven but not helping. Is this possible? I searched lot

RE: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Singh, Harsimranjit (NSN - IN/Bangalore)
Hi Thanks for reply . I am using Maven 2.2.1 Is sonatype support maven 2? Also I found: http://mojo.codehaus.org/pde-maven-plugin/ So which one I should use? thanks -Original Message- From: ext Dan Tran [mailto:dant...@gmail.com] Sent: Monday, January 30, 2012 9:32 AM To: Maven

Re: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Barrie Treloar
On Mon, Jan 30, 2012 at 3:46 PM, Singh, Harsimranjit (NSN - IN/Bangalore) harsimranjit.si...@nsn.com wrote: Hi Thanks for reply . I am using Maven 2.2.1 Is sonatype support maven 2? Also I found: http://mojo.codehaus.org/pde-maven-plugin/ So which one I should use? pde-maven-plugin is

RE: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Singh, Harsimranjit (NSN - IN/Bangalore)
Hi I have to use maven and that maven 2 only so option left 1) Upgrade to latest version of Eclipse PDE: Can you explain about this I am not suire how it will help? 2) pde-maven-plugin: Which approach you follow to use pde-maven-plugin?.Some reference apart from that link? -Original