Reputation: 179
i want to install maven plug in on eclipse. but when add the maven site in install software section, and beginning to download and install it, but in preference maven option does not show . how can fix it?
Upvotes: 0
Views: 475
Reputation:
Is this using windows? If Ubuntu, a simple sudo apt-get install maven command would do.
If windows, try the drop in method for plugin installation as seen on this link How to install plugin for Eclipse from .zip
Upvotes: 1