Author: brianf
Date: Wed Jun  6 20:44:00 2007
New Revision: 545050

URL: http://svn.apache.org/viewvc?view=rev&rev=545050
Log:
MPH-24: moved tree over to dependency plugin

Removed:
    
maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/DependenciesMojo.java
Modified:
    maven/plugins/trunk/maven-help-plugin/pom.xml
    maven/plugins/trunk/maven-help-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-help-plugin/src/site/apt/usage.apt

Modified: maven/plugins/trunk/maven-help-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/pom.xml?view=diff&rev=545050&r1=545049&r2=545050
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-help-plugin/pom.xml Wed Jun  6 20:44:00 2007
@@ -49,11 +49,6 @@
       <artifactId>maven-plugin-descriptor</artifactId>
       <version>2.0</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-dependency-tree</artifactId>
-      <version>1.0-alpha-2</version>
-    </dependency>
   </dependencies>
   <reporting>
     <plugins>
@@ -64,4 +59,5 @@
     </plugins>
   </reporting>
 </project>
+
 

Modified: maven/plugins/trunk/maven-help-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/site/apt/index.apt?view=diff&rev=545050&r1=545049&r2=545050
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-help-plugin/src/site/apt/index.apt Wed Jun  6 
20:44:00 2007
@@ -19,8 +19,6 @@
 
   * {{{active-profiles-mojo.html}help:active-profiles}} lists the profiles 
which are currently active for the build.
 
-  * {{{dependencies-mojo.html}help:dependencies}} prints out the dependency 
tree for the project.
-
   * {{{describe-mojo.html}help:describe}} describes the attirbutes of a plugin 
and/or plugin mojo. For its execution, it requires
     the groupId and artifactId or the plugin prefix of the plugin to be 
specified.
 
@@ -40,5 +38,6 @@
    following example(s):
 
    * {{{examples/describe-configuration.html}Configuring Describe Mojo}}
+
 
 

Modified: maven/plugins/trunk/maven-help-plugin/src/site/apt/usage.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/site/apt/usage.apt?view=diff&rev=545050&r1=545049&r2=545050
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-help-plugin/src/site/apt/usage.apt Wed Jun  6 
20:44:00 2007
@@ -25,19 +25,6 @@
 mvn help:active-profiles -Doutput=/path/to/file
 +-----+
 
-* The <<<help:dependencies>>> Mojo
-
-  The <<<dependencies>>> mojo is used to view the dependency hierarchy of the 
project currently being built.
-  It will output the resolved tree of dependencies that the Maven build 
process actually uses.
-
-  Optionally, the <<<output>>> parameter can be specified to divert this 
output to a file.
-
-  You can execute this mojo using the following command:
-
-+-----+
-mvn help:dependencies -Doutput=/path/to/file
-+-----+
-
 * The <<<help:describe>>> Mojo
 
   The <<<describe>>> mojo is used to discover information about Maven plugins. 
Given a plugin prefix or groupId, artifactId,
@@ -87,5 +74,6 @@
 +-----+
 mvn help:effective-settings -Doutput=/path/to/file
 +-----+
+
 
 


Reply via email to