This is an automated email from the ASF dual-hosted git repository. elharo 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 d6ca2bcd Unix file separators (#507) d6ca2bcd is described below commit d6ca2bcd0391faedecb1b245f6d9ac2658bcd07f Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sat Feb 8 11:49:42 2025 +0000 Unix file separators (#507) 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).