You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/10/22 00:37:19 UTC

svn commit: r1400735 - /maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractAnalyzeMojo.java

Author: hboutemy
Date: Sun Oct 21 22:37:18 2012
New Revision: 1400735

URL: http://svn.apache.org/viewvc?rev=1400735&view=rev
Log:
[MDEP-328] improved documentation of scriptableOutput

Modified:
    maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractAnalyzeMojo.java

Modified: maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractAnalyzeMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractAnalyzeMojo.java?rev=1400735&r1=1400734&r2=1400735&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractAnalyzeMojo.java (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractAnalyzeMojo.java Sun Oct 21 22:37:18 2012
@@ -83,19 +83,19 @@ public abstract class AbstractAnalyzeMoj
     private boolean failOnWarning;
 
     /**
-     * Output used dependencies
+     * Output used dependencies.
      */
     @Parameter( property = "verbose", defaultValue = "false" )
     private boolean verbose;
 
     /**
-     * Ignore Runtime/Provided/Test/System scopes for unused dependency analysis
+     * Ignore Runtime/Provided/Test/System scopes for unused dependency analysis.
      */
     @Parameter( property = "ignoreNonCompile", defaultValue = "false" )
     private boolean ignoreNonCompile;
 
     /**
-     * Output the xml for the missing dependencies
+     * Output the xml for the missing dependencies (used but not declared).
      *
      * @since 2.0-alpha-5
      */
@@ -103,7 +103,7 @@ public abstract class AbstractAnalyzeMoj
     private boolean outputXML;
 
     /**
-     * Output scriptable values
+     * Output scriptable values for the missing dependencies (used but not declared).
      *
      * @since 2.0-alpha-5
      */
@@ -111,7 +111,7 @@ public abstract class AbstractAnalyzeMoj
     private boolean scriptableOutput;
 
     /**
-     * Flag to use for scriptable output
+     * Flag to use for scriptable output.
      *
      * @since 2.0-alpha-5
      */