This is what I need to do.
Eclipse version: Eclipse Indigo
Subversion plugin: Subversive
Maven plugin: m2eclipse
Java: JDK 1.6
Support for Subversion and Maven is now integrated into Eclipse.
- Choose Help --> Install new software --> Work with: Indigo - http://download.eclipse.org/releases/indigo
- Expand collaboration and check the m2eclipse and Subversive packages.
- Configure the Maven repository here: Window --> Preferences --> Maven --> Installations.
- The easy way is to create a fake new project from File --> new project --> New Project wizard
- Select the project type: Maven --> Checkout Maven Projects from SCM
- In the target location dialog box select the m2e marketplace in the right bottom corner.
- When you are presented with the list of connectors, the m2e-subversive is the the last one.
- Once Eclipse has restarted, you can choose again to create a project through Maven --> Checkout Maven Projects from SCM and this time you will be able to specify a SCM URL (svn) and fill in the URL.
References
- The place where I found the final answers is Ralph's Java blog.

0 comments:
Post a Comment