Hi,
I have been trying to run elasticsearch-2.4.0 in eclipse juno service release 2
i followed this link http://www.lindstromhenrik.com/debugging-elasticsearch-in-eclipse/
STEPS FOLLOWED
- I downloaded the elasticsearch zip file from the tags section.
- Placed it in my workspace.
- Imported it as an existing maven project.
- Then finally when i click on Finish.
- I get multiple projects created in eclipse including elasticsearch-2.4.0
WHAT do i need to do to get only elasticsearch-2.4.0 created as a project.
Objective:- I want to debug elasticsearch by running from eclipse.