You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2012/11/22 14:02:17 UTC

svn commit: r1412536 - in /maven/plugins/trunk/maven-dependency-plugin/src/site/apt: examples/unpacking-artifacts.apt.vm usage.apt.vm

Author: andham
Date: Thu Nov 22 13:02:15 2012
New Revision: 1412536

URL: http://svn.apache.org/viewvc?rev=1412536&view=rev
Log:
Fixed some incorrectly AFT-formatted links.

Modified:
    maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/unpacking-artifacts.apt.vm
    maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm

Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/unpacking-artifacts.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/unpacking-artifacts.apt.vm?rev=1412536&r1=1412535&r2=1412536&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/unpacking-artifacts.apt.vm (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/unpacking-artifacts.apt.vm Thu Nov 22 13:02:15 2012
@@ -77,7 +77,7 @@ Unpacking specific artifacts
 +---+
 
   And after invoking <<<mvn package>>>, the artifacts are unpacked. Because checking the existence of an unpacked archive
-  is difficult to do reliably, marker files are used instead. The location of the marker files is controlled by the {{{unpack-dependencies-mojo.html#markersDirectory}markersDirectory}} parameter.
+  is difficult to do reliably, marker files are used instead. The location of the marker files is controlled by the {{{../unpack-dependencies-mojo.html#markersDirectory}markersDirectory}} parameter.
 
 {Unpacking from the command line}:
 

Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm?rev=1412536&r1=1412535&r2=1412536&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm Thu Nov 22 13:02:15 2012
@@ -50,7 +50,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}} section for rules about how overwriting is handled.
 
      []
 
@@ -183,7 +183,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}} section for rules about how overwriting is handled.
 
 
    The goal can also be launched from the command line like:
@@ -229,7 +229,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}} 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.
@@ -343,7 +343,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}} 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]>>>