-
Notifications
You must be signed in to change notification settings - Fork 0
Building GReg via Eclipse Maven
SebastianGoendoer edited this page Jan 15, 2016
·
1 revision
- Clone dev-registry-global from GitHub
- Install Eclipse
- File -> Import... -> Projects from Git ** -> Existing local repository -> choose "dev-registry-global" and "Import as general project"
- Right click on the new Project -> Configure -> Convert to Maven Project...
- Run as -> Run Configurations -> new Maven Build
** Base directory: the project directory (i.e.
${workspace_loc:/GlobalRegistry}
) ** Goals:clean package
- run and go to directory target/greg for packaged project
- right click on the project -> Build Path -> Configure Build Path
- Under "Source" remove
src
as source folder, and addsrc/main/java
as source folder