Author: aheritier
Date: Fri Nov 30 07:12:45 2007
New Revision: 599841
URL: http://svn.apache.org/viewvc?rev=599841&view=rev
Log:
Update docs
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
maven/plugins/trunk/maven-eclipse-plugin/src/site/fml/faq.fml
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=599841&r1=599840&r2=599841&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
Fri Nov 30 07:12:45 2007
@@ -10,6 +10,7 @@
* Creates an eclipse project that is ready to use with the M2Elipse plugin.
* @goal m2eclipse
* @execute phase="generate-resources"
+ * @since 2.4
*/
public class M2EclipseMojo
extends EclipsePlugin
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=599841&r1=599840&r2=599841&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 Fri Nov 30
07:12:45 2007
@@ -17,11 +17,11 @@
The Maven Eclipse Plugin has five goals:
* {{{add-maven-repo-mojo.html}eclipse:add-maven-repo}} is used to add the
- classpath variable MAVEN_REPO to Eclipse which points to your local
- repository. This goal is deprecated, please use eclipse:configure-workspace
instead
+ classpath variable M2_REPO to Eclipse which points to your local
+ repository. <This goal is deprecated, please use eclipse:configure-workspace
instead.>
* {{{configure-workspace-mojo.html}eclipse:configure-workspace}} is used to
add the
- classpath variable MAVEN_REPO to Eclipse which points to your local
repository and
+ 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
@@ -39,17 +39,24 @@
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.
-
* {{{install-plugins-mojo.html}eclipse:install-plugins}} installs all
resolved project
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 {{{}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.
+
+ * {{{myeclipse-mojo.html}eclipse:myeclipse}} Generates the MyEclipse
configuration files.
+
+ * {{{myeclipse-clean-mojo.html}eclipse:myeclipse-clean}} Deletes the config
files used by MyEclipse.
+
* {{{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
{{{usage.html}Instructions on how to use the Eclipse Plugin}}.
Modified: maven/plugins/trunk/maven-eclipse-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/site/fml/faq.fml?rev=599841&r1=599840&r2=599841&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/site/fml/faq.fml Fri Nov 30
07:12:45 2007
@@ -16,7 +16,7 @@
<faq id="use-add-maven-repo">
<question>After running <i>mvn eclipse:eclipse</i>, the generated
dependencies are pointing to a non-existing file. What needs to be
done?</question>
<answer>
- <p>Before you can setup any maven project to your Eclipse IDE, you need
to define first the location of your local repository to Eclipse. This is done
by using:</p><pre>eclipse:add-maven-repo</pre>
+ <p>Before you can setup any maven project to your Eclipse IDE, you need
to define first the location of your local repository to Eclipse. This is done
by using: <a href="usage.html#Maven%20repository">eclipse:add-maven-repo</a></p>
</answer>
</faq>
<faq id="import-javadoc">