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 53ce8d9  changed "Overwrite Rules" section level
53ce8d9 is described below

commit 53ce8d9a746a1ef1792e042337fe3819e608d58f
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Wed Jul 24 20:25:17 2019 +0200

    changed "Overwrite Rules" section level
---
 src/site/apt/usage.apt.vm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index 6c9cc7f..20d729f 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -42,7 +42,7 @@ Usage
    The artifact version is optional. If not set, the plugin will attempt to 
resolve it from the
    project dependencies and then the dependencyManagement section.
 
-   See the {{Overwrite Rules}} section for rules about how overwriting is 
handled.
+   See the {{{#Overwrite_Rules}Overwrite Rules}} section for rules about how 
overwriting is handled.
 
      []
 
@@ -175,7 +175,7 @@ mvn dependency:copy
 
   <<Note:>> As of 2.0-alpha-5, you may mix includes and excludes of the same 
category (ie scope). Includes are processed before excludes.
 
-   See the {{Overwrite Rules}} section for rules about how overwriting is 
handled.
+   See the {{{#Overwrite_Rules}Overwrite Rules}} section for rules about how 
overwriting is handled.
 
 
    The goal can also be launched from the command line like:
@@ -221,7 +221,7 @@ mvn dependency:copy
    A single artifact can be unpacked multiple times if different 
include/exclude parameters
    are defined for each artifactItem
 
-   See the {{Overwrite Rules}} section for rules about how overwriting is 
handled.
+   See the {{{#Overwrite_Rules}Overwrite Rules}} section for rules about how 
overwriting is handled.
 
    The artifact version is optional. If not set, the plugin will attempt to 
resolve it from the
    project dependencies and then the dependencyManagement section.
@@ -335,7 +335,7 @@ mvn dependency:unpack
 
    <<Note:>> As of 2.0-alpha-5, you may mix includes and excludes of the same 
category (ie scope). Includes are processed before excludes.
 
-   See the {{Overwrite Rules}} section for rules about how overwriting is 
handled.
+   See the {{{#Overwrite_Rules}Overwrite Rules}} section for rules about how 
overwriting is handled.
                                       
    The goal can also be launched from the command line like:
    <<<mvn dependency:unpack-dependencies [optional params]>>>
@@ -368,7 +368,7 @@ mvn dependency:unpack
 </project>
 +---+
 
-* {Overwrite Rules}
+** Overwrite Rules
 
     Artifacts are copied or unpacked using the following rules:
 

Reply via email to