Eclipse Juno - Maven & Subversion
The new Eclipse release (4.2) is out and looks great! To run a first IDE test I tried to checkout some maven projects from my svn repository. M2E and the Subversive Plugin are not installed in the Eclipse classic platform (can't understand why) but can be easily installed manually from the menu "->Help->install new Software"
After restarting Eclipse you can start importing your maven project with "->File->new-> project->Checkout Maven Projects form SCM"
The problem here is hat the SVN connector for m2e is missing and can not be installed by the dialog showing up all available maven add ons. To solve this problem go again to install new software manually and add the following update URL:
http://community.polarion.com/projects/subversive/download/integrations/update-site/
This updatesite includes the missing svn/m2e connector. After a restart you can checkout your maven project from a SVN repository using the Eclispe subversive plugin.
Posted at 10:42AM Jul 21, 2012
Posted by: Ralph
Category: General
You can also checkout project using subclipse and then right click on project->configure->convert to Maven Project
Posted by Lloyd on August 04, 2012 at 12:27 AM GMT #
Super my friend it works vey well
ehmmm a little doubt... could you help me please ?? i need to develop a web service using eclipse and deploying on weblogic 10.3.5
thanks!!!
Posted by miki on September 21, 2012 at 09:04 PM GMT #
In the meantime, the directories were updated (Eclipse 4.2 SP1). Even the M2E subversive connector is now available directly. To check out a project just call 'new -> maven projects from svn checkout'. Then you can install the missing connector.
Posted by Ralph on December 10, 2012 at 09:59 PM GMT #