Some clarification on getting started with Eclipse (#3712)
Co-authored-by: Douglas Mennella <douglas.mennella@gmail.com>
This commit is contained in:
parent
efca0bee2c
commit
ca1c1e3b2a
@ -218,7 +218,7 @@ Choose the root directory of your clone of the repository. You get to choose whi
|
||||
<img alt="Screenshot of Select maven projects to import" src={useBaseUrl('img/eclipse-import-maven-project-2.png')} />
|
||||
|
||||
To run and debug OpenRefine from Eclipse, you will need to add an execution configuration on the `server` sub-project.
|
||||
Right click on the `server` subproject, click `Run as...` and `Run configurations...`. Just pick the root directory of the project and use `exec:java` as a Maven goal.
|
||||
Right click on the `server` subproject, click `Run as...` and `Run configurations...` and create a new `Maven Build` run configuration. Rename the run configuration `OpenRefine`. Enter the root directory of the project as `Base directory` and use `exec:java` as a Maven goal.
|
||||
|
||||
![Screenshot of Add a run configuration with the exec:java goal](/img/eclipse-exec-config.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user