Changes between Version 106 and Version 107 of WikiStart
- Timestamp:
- 09/19/18 14:34:14 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v106 v107 12 12 Install Subclipse using "help/Eclipse MarketPlace" and search for svn. You may get some errors on JavaHL library, just ignore them. 13 13 14 Then install, m2eclipse following http://www.eclipse.org/m2e/ and using the eclipse help/Install new software (enter http://download.eclipse.org/technology/m2e/releases into the "Work with" link). 14 Right click in Package Explorer in Eclipse, select "Import/SVN/Checkout Projects from SVN". Select the root of the project, finish (selecting sub-projects will result in a stupid loop in the checkout procedure in Eclipse and won't lead anywhere...) 15 15 16 After, these are done. 16 Richt click on the checked-out project that you want to convert to maven. Select import/maven/existing maven projects. Finish. 17 17 18 Open Eclipse go to Window > Open Perspective > Other... > SVN Repository Exploring 19 Add URL to SVN repository/code base. 20 Select a project. Right Click and select Checkout as Maven Project. You're done. 18 19