Running elasticsearch-2.4.0 in eclipse juno service release 2

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

  1. I downloaded the elasticsearch zip file from the tags section.
  2. Placed it in my workspace.
  3. Imported it as an existing maven project.
  4. Then finally when i click on Finish.
  5. 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.