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 2019/07/24 18:12:44 UTC

[maven-dependency-plugin] branch master updated: added a TOC to ease navigating to each goal usage

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new eb9d69e  added a TOC to ease navigating to each goal usage
eb9d69e is described below

commit eb9d69e24e126cf93d149cbbac31e9c7f90d0437
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Jul 24 20:12:39 2019 +0200

    added a TOC to ease navigating to each goal usage
---
 src/site/apt/usage.apt.vm | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index 04edbd3..caafd97 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -26,18 +26,10 @@
 
 Usage
  
-  Brief examples on how to use the dependency goals.
- 
-* Generic Plugin configuration information
-
-  See the following links for information about including and configuring plugins in your project:
-  
-  *{{{http://maven.apache.org/guides/mini/guide-configuring-plugins.html}Configuring Plugins}}
-  
-  *{{{http://maven.apache.org/guides/plugin/guide-java-plugin-development.html}Plugin Development}}
-
-  *{{{http://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html}Plugin Prefix}}
+  Brief examples on how to use the dependency goals:
 
+%{toc|fromDepth=2}
+ 
 * The <<<dependency:copy>>> mojo
 
    This goal is meant to be bound to a lifecycle phase and configured in your