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

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

commit 61649b35e80c2d91629ace9c7b2c8364b24202ac
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Sun Feb 2 12:01:25 2025 +0000

    Unix file separators
    
    Most devs prefer / to \
---
 src/site/apt/usage.apt.vm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index 05641833..dc5ded5a 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -153,16 +153,16 @@ mvn dependency:copy
 
    The artifacts can be placed in subfolders based on type. For example:
 
-   \outputDirectory
+   /outputDirectory
 
-   \outputDirectory\jars
+   /outputDirectory/jars
 
-   \outputDirectory\wars
+   /outputDirectory/wars
 
    The artifacts can be placed in a subfolder per artifact. For example:
-   \outputDirectory\junit-junit-3.8.1\
+   /outputDirectory/junit-junit-3.8.1/
    This feature also works with the subfolders per type. For example:
-   \outputDirectory\jars\junit-junit-3.8.1\
+   /outputDirectory/jars/junit-junit-3.8.1/
 
    Artifacts can also be resolved by specifying the classifier and optionally
    type. Type is only used with the classifier and defaults to java-sources.
@@ -219,7 +219,7 @@ mvn dependency:copy
    ArtifactItem by setting the optional outputDirectory field.
 
    A single artifact can be unpacked multiple times if different 
include/exclude parameters
-   are defined for each artifactItem
+   are defined for each artifact item.
 
    See the {{{#Overwrite_Rules}Overwrite Rules}} section for rules about how 
overwriting is handled.
 
@@ -311,16 +311,16 @@ mvn dependency:unpack
 
    The artifacts can be unpacked in subfolders based on type. For example:
 
-   \outputDirectory
+   /outputDirectory
 
-   \outputDirectory\jars
+   /outputDirectory/jars
 
-   \outputDirectory\wars
+   /outputDirectory/wars
 
    The artifacts can be placed in a subfolder per artifact. For example:
-   \outputDirectory\junit-junit-3.8.1\
+   /outputDirectory/junit-junit-3.8.1/
    This feature also works with the subfolders per type. For example:
-   \outputDirectory\jars\junit-junit-3.8.1\
+   /outputDirectory/jars/junit-junit-3.8.1/
 
    Artifacts can also be resolved by specifying the classifier and optionally
    type. Type is only used with the classifier and defaults to java-sources.
@@ -395,7 +395,7 @@ mvn dependency:unpack
 
      * If <<<overWriteSnapshots>>> = true, then a snapshot artifact (e.g. 
<<<foo-1.0-SNAPSHOT.jar>>>) will always overwrite.
 
-     * If all of the values are false, then a copy/unpack will only occur if 
it doesn't exist in the destination (or <<<markersDirectory>>> if unpacking).
+     * If all of the values are false, then a copy/unpack will only occur if 
the artifact doesn't exist in the destination (or <<<markersDirectory>>> if 
unpacking).
 
 
 

Reply via email to