You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/07/13 01:44:46 UTC

svn commit: r555818 - /maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt

Author: carlos
Date: Thu Jul 12 16:44:46 2007
New Revision: 555818

URL: http://svn.apache.org/viewvc?view=rev&rev=555818
Log:
Add missing goals to the index

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?view=diff&rev=555818&r1=555817&r2=555818
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt Thu Jul 12 16:44:46 2007
@@ -26,6 +26,12 @@
   * {{{eclipse-mojo.html}eclipse:eclipse}} generates the Eclipse configuration
   files.
   
+  * {{{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
+  builder for Eclipse plugins, so it has the necessary default values. For customized repositories
+  see {{{make-artifacts-mojo.html}eclipse:make-artifacts}}.
+  
   * {{{make-artifacts-mojo.html}eclipse:make-artifacts}} copies all Eclipse plugins from an 
   installation directory to the local repository, generating POMs for each.
   
@@ -33,9 +39,13 @@
   dependencies of a particular type (usually 'eclipse-plugin') into the specified Eclipse
   installation directory.
 
+  * {{{rad-mojo.html}eclipse:rad}} Generates the Rad-6 configuration files.
+
+  * {{{rad-clean-mojo.html}eclipse:rad-clean}} Deletes the config files used by Rad-6.
+
 * Usage
 
-  Instructions on how to use the Eclipse Plugin can be found {{{usage.html}here}}.
+  {{{usage.html}Instructions on how to use the Eclipse Plugin}}.
 
 * Examples