Author: markh
Date: Wed Sep 19 01:47:43 2007
New Revision: 577196

URL: http://svn.apache.org/viewvc?rev=577196&view=rev
Log:
Renamed analyze-attached goal to analyze-only as agreed on dev list.

Added:
    
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeOnlyMojo.java
      - copied, changed from r576872, 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeAttachedMojo.java
Removed:
    
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeAttachedMojo.java
Modified:
    
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeMojo.java

Modified: 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeMojo.java?rev=577196&r1=577195&r2=577196&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeMojo.java
 Wed Sep 19 01:47:43 2007
@@ -22,12 +22,12 @@
 /**
  * Analyzes the dependencies of this project and determines which are: used 
and declared; used and undeclared; unused
  * and declared. This goal is intended to be used standalone, thus it always 
executes the <code>test-compile</code>
- * phase - use the <code>dependency:analyze-attached</code> goal instead when 
participating in the build lifecycle.
+ * phase - use the <code>dependency:analyze-only</code> goal instead when 
participating in the build lifecycle.
  * 
  * @author <a href="mailto:[EMAIL PROTECTED]">Mark Hobson</a>
  * @version $Id$
  * @since 2.0-alpha-3
- * @see AnalyzeAttachedMojo
+ * @see AnalyzeOnlyMojo
  * 
  * @goal analyze
  * @requiresDependencyResolution test

Copied: 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeOnlyMojo.java
 (from r576872, 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeAttachedMojo.java)
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeOnlyMojo.java?p2=maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeOnlyMojo.java&p1=maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeAttachedMojo.java&r1=576872&r2=577196&rev=577196&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeAttachedMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeOnlyMojo.java
 Wed Sep 19 01:47:43 2007
@@ -30,11 +30,11 @@
  * @since 2.0-alpha-5
  * @see AnalyzeMojo
  * 
- * @goal analyze-attached
+ * @goal analyze-only
  * @requiresDependencyResolution test
  * @phase verify
  */
-public class AnalyzeAttachedMojo
+public class AnalyzeOnlyMojo
     extends AbstractAnalyzeMojo
 {
     // subclassed to provide plexus annotations


Reply via email to