Is there any where i can download the
maven eclipse plugin so that i can install it manually without using an update site? The download site for the plugin
http://eclipse.org/m2e/download/ only provides information of how to download it directly from the Eclipse
IDE but not how to download it as a Zip file.
I need to install it on a Server that has no connectivity to the outside world so i need to download it as a zip archive then install it manually.
I also found out that the Maven plugin comes pre-packaged with Eclipse for
JAVA developers but not Eclipse for JAVA EE developers. (Which is the one i am using).
Thanks