Author: brianf
Date: Thu Nov 29 23:20:40 2007
New Revision: 599708

URL: http://svn.apache.org/viewvc?rev=599708&view=rev
Log:
site update for m2eclipse plugin goal.

Modified:
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/M2EclipseMojo.java
    maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/M2EclipseMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/M2EclipseMojo.java?rev=599708&r1=599707&r2=599708&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/M2EclipseMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/M2EclipseMojo.java
 Thu Nov 29 23:20:40 2007
@@ -7,6 +7,7 @@
 import org.apache.maven.plugin.MojoExecutionException;
 
 /**
+ * Creates an eclipse project that is ready to use with the M2Elipse plugin.
  * @goal m2eclipse
  * @execute phase="generate-resources"
  */

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt?rev=599708&r1=599707&r2=599708&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt Thu Nov 29 
23:20:40 2007
@@ -30,6 +30,9 @@
   * {{{eclipse-mojo.html}eclipse:eclipse}} generates the Eclipse configuration
   files.
   
+    * {{{eclipse-mojo.html}eclipse:m2eclipse}} generates the Eclipse 
configuration
+  files that are already configured for 
{{{http://m2eclipse.codehaus.org}M2eclipse}}.
+  
   * {{{to-maven-mojo.html}eclipse:to-maven}} Add eclipse artifacts from an 
eclipse installation
   to the local repo. This mojo automatically analize the eclipse directory, 
copy plugins jars
   to the local maven repo, and generates appropriate poms. This is the 
official central repository


Reply via email to