- Subclipse - http://subclipse.tigris.org/
- Startup eclipse
- Select Help -> Software Updates -> Find and Install
- Select Search for new features to install, click Next
- Click New Remote Site
- Enter Subclipse for the name
- Enter http://subclipse.tigris.org/update_1.4.x for the URL
- If you are using Eclipse 3.1 or older, you must use http://subclipse.tigris.org/update_1.0.x instead
Note: We highly recommend you upgrade to eclipse 3.2+
- If you are using Eclipse 3.1 or older, you must use http://subclipse.tigris.org/update_1.0.x instead
- Click Finish
- Check the Subclipse box and click Next
- Ignore the integrations unless you have a need for them, they can stop the install from working
- Accept terms, click Next, click Finish, click Install All
- Restart the workbench when asked
- Add bin and target to global svn ignore in Eclipse (Optional)
- This will keep you from committing bin and target directory files when you add projects to svn
- Click on Window -> Preferences
- Select Team -> Ignored Resources
- Click on Add Pattern and enter "bin"
- Click on Add Pattern and enter "target"
- Click on Add Pattern and enter "m2-target"
- Click on Apply and then OK