23

enter image description here

When I try to add a goal I don't get any goals. Is there any solution or I should manually add them.But in an example I saw it automatically lists all the available goals.

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
Praneel PIDIKITI
  • 18,677
  • 13
  • 41
  • 60
  • 4
    Any update on this? Martin's suggestion didn't work for me. I have this problem on any Eclipse installations. (Ubuntu/Windows/Juno/Helios) – Sam R. Feb 26 '13 at 08:14
  • 1
    Agreed, the given response doesn't resolve the issue on Linux/Juno EE – Brian Sep 14 '13 at 17:43
  • Does not work on Juno and Kepler on Mac. – Konstantinos Margaritis Oct 11 '13 at 11:11
  • Also having this problem. Pretty sure the problem isn't with the POM, as it's downloaded directly from the git repository of a well-known open source project (jackson-databind). – Jules Dec 19 '13 at 17:17

1 Answers1

16

The workaround described in m2eclipse JIRA worked for me: In Eclipse, open the view "Maven Repositories" and expand "Global Repositories". Right-click on your mirror of central (or "central" if no mirror defined) and select "Enable Full Index". Right-click again on the repository and select "Rebuild Index". Wait until "Updating indexes" finishes and vanishes from the Eclipse progress indicator in the lower right corner.

Martin Ackermann
  • 1,066
  • 10
  • 15