Author: aheritier
Date: Sun Dec 2 14:50:42 2007
New Revision: 600398
URL: http://svn.apache.org/viewvc?rev=600398&view=rev
Log:
cleanup doc
Modified:
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt
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=600398&r1=600397&r2=600398&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 Sun Dec 2
14:50:42 2007
@@ -14,24 +14,32 @@
* Goals Overview
- The Maven Eclipse Plugin has five goals:
-
- * {{{add-maven-repo-mojo.html}eclipse:add-maven-repo}} is used to add the
- classpath variable M2_REPO to Eclipse which points to your local
- repository. <This goal is deprecated, please use eclipse:configure-workspace
instead.>
+ The Maven Eclipse Plugin has several goals.
+
+** Standard eclipse goals
* {{{configure-workspace-mojo.html}eclipse:configure-workspace}} is used to
add the
classpath variable M2_REPO to Eclipse which points to your local repository
and
optional to configure other workspace features.
- * {{{clean-mojo.html}eclipse:clean}} is used to delete the files used by the
- Eclipse IDE.
-
* {{{eclipse-mojo.html}eclipse:eclipse}} generates the Eclipse configuration
files.
- * {{{eclipse-mojo.html}eclipse:m2eclipse}} generates the Eclipse
configuration
+ * {{{clean-mojo.html}eclipse:clean}} is used to delete the files used by the
+ Eclipse IDE.
+
+** Specific goals
+
+*** Specific goals to support m2eclipse
+
+ * {{{m2eclipse-mojo.html}eclipse:m2eclipse}} generates the Eclipse
configuration
files that are already configured for
{{{http://m2eclipse.codehaus.org}M2eclipse}}.
+
+ * {{{m2eclipse-mojo.html}eclipse:m2eclipse}} generates the Eclipse
configuration
+ files compatible with the usage of the
{{{http://m2eclipse.codehaus.org/}M2Eclipse plugin for eclipse}}.
+
+
+*** Specific goals for PDE developments
* {{{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
@@ -43,15 +51,16 @@
dependencies of a particular type (usually 'eclipse-plugin') into the
specified Eclipse
installation directory.
- * {{{m2eclipse-mojo.html}eclipse:m2eclipse}} generates the Eclipse
configuration
- files compatible with the usage of the
{{{http://m2eclipse.codehaus.org/}M2Eclipse plugin for eclipse}}.
-
* {{{make-artifacts-mojo.html}eclipse:make-artifacts}} copies all Eclipse
plugins from an
installation directory to the local repository, generating POMs for each.
+*** Specific goals to support myeclipse
+
* {{{myeclipse-mojo.html}eclipse:myeclipse}} Generates the MyEclipse
configuration files.
* {{{myeclipse-clean-mojo.html}eclipse:myeclipse-clean}} Deletes the config
files used by MyEclipse.
+
+*** Specific goals to support RAD v6
* {{{rad-mojo.html}eclipse:rad}} Generates the Rad-6 configuration files.