You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2014/08/07 20:41:32 UTC

svn commit: r1616565 - /maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm

Author: rfscholte
Date: Thu Aug  7 18:41:32 2014
New Revision: 1616565

URL: http://svn.apache.org/r1616565
Log:
[MDEP-424] Maven Dependency Plugin homepage should link to dependency:list-repositories

Modified:
    maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm

Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm?rev=1616565&r1=1616564&r2=1616565&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm Thu Aug  7 18:41:32 2014
@@ -21,7 +21,7 @@
   Allan Ramirez
   Brian Fox
   ------
-  2013-07-22
+  2014-08-07
   ------
 
 ${project.name}
@@ -72,6 +72,8 @@ ${project.name}
 
   *{{{./list-mojo.html}dependency:list}} alias for resolve that lists the dependencies for this project.
 
+  *{{{./list-repositories-mojo.html}dependency:list-repositories}} displays all project dependencies and then lists the repositories used.
+
   *{{{./properties-mojo.html}dependency:properties}} set a property for each project dependency containing the
   to the artifact on the file system.
 
@@ -80,7 +82,7 @@ ${project.name}
 
   *{{{./resolve-mojo.html}dependency:resolve}} tells Maven to resolve all dependencies and displays the version.
 
-  *{{{./resolve-plugins-mojo.html}dependency:resolve-plugins}} Tells Maven to resolve plugins and their dependencies.
+  *{{{./resolve-plugins-mojo.html}dependency:resolve-plugins}} tells Maven to resolve plugins and their dependencies.
 
   *{{{./sources-mojo.html}dependency:sources}} tells Maven to resolve all dependencies and their source attachments,
   and displays the version.