You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2009/05/15 11:38:39 UTC

svn commit: r775071 - /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java

Author: aheritier
Date: Fri May 15 09:38:39 2009
New Revision: 775071

URL: http://svn.apache.org/viewvc?rev=775071&view=rev
Log:
https://jira.codehaus.org/browse/MECLIPSE-327 :  Improve documentation for options

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java?rev=775071&r1=775070&r2=775071&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java Fri May 15 09:38:39 2009
@@ -186,8 +186,9 @@
     /**
      * Enables/disables the downloading of source attachments. Defaults to false. When this flag is <code>true</code>
      * remote repositories are checked for sources: in order to avoid repeated check for unavailable source archives, a
-     * status cache is mantained. To reset this cache run <code>mvn eclipse:remove-cache</code>, or use the
-     * <code>forceRecheck</code> option.
+     * status cache is mantained. With versions 2.6+ of the plugin to reset this cache run 
+     * <code>mvn eclipse:remove-cache</code>, or use the <code>forceRecheck</code> option with versions.
+     * With older versions delete the file <code>mvn-eclipse-cache.properties</code> in the target directory.
      * 
      * @parameter expression="${downloadSources}"
      */
@@ -196,8 +197,9 @@
     /**
      * Enables/disables the downloading of javadoc attachments. Defaults to false. When this flag is <code>true</code>
      * remote repositories are checked for javadocs: in order to avoid repeated check for unavailable javadoc archives,
-     * a status cache is mantained. To reset this cache run <code>mvn eclipse:remove-cache</code>, or use the
-     * <code>forceRecheck</code> option.
+     * a status cache is mantained. With versions 2.6+ of the plugin to reset this cache run 
+     * <code>mvn eclipse:remove-cache</code>, or use the <code>forceRecheck</code> option with versions.
+     * With older versions delete the file <code>mvn-eclipse-cache.properties</code> in the target directory.
      * 
      * @parameter expression="${downloadJavadocs}"
      */