You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2006/01/28 21:33:34 UTC

svn commit: r373244 - in /maven/plugins/trunk/maven-eclipse-plugin/src: main/java/org/apache/maven/plugin/eclipse/ site/apt/

Author: fgiust
Date: Sat Jan 28 12:33:25 2006
New Revision: 373244

URL: http://svn.apache.org/viewcvs?rev=373244&view=rev
Log:
improve goal overviews

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/AddMavenRepoMojo.java
    maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseCleanMojo.java
    maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java
    maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/AddMavenRepoMojo.java
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/AddMavenRepoMojo.java?rev=373244&r1=373243&r2=373244&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/AddMavenRepoMojo.java (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/AddMavenRepoMojo.java Sat Jan 28 12:33:25 2006
@@ -29,8 +29,7 @@
 import org.apache.maven.plugin.MojoExecutionException;
 
 /**
- * A Maven2 plugin to ensure that the classpath variable MAVEN_REPO exists in
- * the Eclipse environment.
+ * Adds the classpath variable MAVEN_REPO to Eclipse.
  * 
  * @goal add-maven-repo
  * @requiresProject false

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseCleanMojo.java
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseCleanMojo.java?rev=373244&r1=373243&r2=373244&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseCleanMojo.java (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseCleanMojo.java Sat Jan 28 12:33:25 2006
@@ -24,8 +24,7 @@
 import org.codehaus.plexus.util.FileUtils;
 
 /**
- * A Maven2 plugin to delete the .project, .classpath, .wtpmodules files and
- * .settings folder needed for Eclipse.
+ * Deletes the .project, .classpath, .wtpmodules files and .settings folder used by Eclipse.
  * 
  * @goal clean
  */

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java?rev=373244&r1=373243&r2=373244&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java Sat Jan 28 12:33:25 2006
@@ -41,7 +41,15 @@
 import org.codehaus.plexus.util.StringUtils;
 
 /**
- * A Maven2 plugin which integrates the use of Maven2 with Eclipse.
+ * Generates the following eclipse configuration files:
+ * <ul>
+ *   <li><code>.project</code> and <code>.classpath</code> files</li>
+ *   <li><code>.setting/org.eclipse.jdt.core.prefs</code> with project specific compiler settings</li>
+ *   <li>various configuration files for WTP (Web Tools Project), if the parameter <code>wtpversion</code> is set to a
+ *   valid version (WTP configuration is not generated by default)</li>
+ * </ul>
+ * If this goal is run on a multiproject root, dependencies between modules will be configured as direct project
+ * dependencies in Eclipse (unless <code>useProjectReferences</code> is set to <code>false</code>)
  *
  * @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
  * @author <a href="mailto:fgiust@apache.org">Fabrizio Giustina</a>

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt?rev=373244&r1=373243&r2=373244&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/wtp.apt Sat Jan 28 12:33:25 2006
@@ -24,8 +24,8 @@
  to avoid using the 1.0 release.
  
  The bug is now fixed for the 1.0.1 release, expected for February, 2006. You can already download a working copy of WTP
- from {{{http://download.eclipse.org/webtools/downloads/}}} ("Released Maintenance" for Eclipse 3.1 or "Integration Build"
- for Eclipse 3.2)
+ from {{{http://download.eclipse.org/webtools/downloads/}http://download.eclipse.org/webtools/downloads/}}
+ ("Released Maintenance" for Eclipse 3.1 or "Integration Build" for Eclipse 3.2)
 
 * WTP versions