Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 2.1
-
Component/s: None
-
Labels:None
Description
The Eclipse GUI plugin hosted at http://m2eclipse.codehaus.org/ allows you to right click on a project in Eclipse and select Maven 2 --> Enable.
There should be a flag on the eclipse:eclipse task to say -pluginEnable=true
Enabling the plugin seems to add the following to .project:
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
Issue Links
- relates to
-
MECLIPSE-78
create eclipse projects which are m2eclipse ready
-
You can already use the existing "buildcommands" parameter, there is no need for an additional property.
See http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html