16 | | === Compiling using Eclipse === |
| 16 | === Compiling using Eclipse + Maven ]] |
| 17 | |
| 18 | Download and install Eclipse: https://www.eclipse.org/ |
| 19 | |
| 20 | If you were previously using the `.project` and `.classpath` file that were in source control, you must first remove the old project (right-click -> `Delete` -> `OK` -- DO NOT check `Delete project contents on dist (cannot be undone)`). |
| 21 | |
| 22 | You will want to use `File` -> `Import...` -> `Existing Maven Projects` -> root source directory -> leave all `Projects` checked. |
| 23 | |
| 24 | === Compiling using Eclipse (old) === |