I have spent been on the Maven site reading the 5- and 30-minute tutorials, and trialing Maven out for the first time.
I want to install a Maven plugin and use it to start building Maven projects from Eclipse.
Despite an honest effort, I have been unable to find a comprehensive tutorial on any Maven plugin. M2E
, which seems like the de facto standard, has nothing but broken (or recursive) links on their site.
I can't tell if I even installed the plugin correctly, or how to use it.
Does anyone know of a good step-by-step guide to M2E
or any other plugin? One that comes with good installation documentation, along with a solid explanation of its features and proper uses?
I have just include
Maven
integration plug-in withEclipse
:Just follow the bellow steps:
In
eclipse
, from upper menu item select-Help
->click onInstall New Software..
-> then click onAdd
button.set the
MavenAPI
at name text box andhttp://download.eclipse.org/technology/m2e/releases
at location text box.press
OK
and select theMaven
project and install by clickingnext
.