JDevil
JDevil

Reputation: 179

unable to configure maven in to eclipse (jundo)

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

Answers (1)

user4434881
user4434881

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

Related Questions