This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch maven-archiver-3.x in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit 33dd51177baf9e59e7678c1830ac552678fcbb77 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Dec 20 13:12:37 2025 +0100 Update src/site/markdown/examples/classpath.md Co-authored-by: Copilot <[email protected]> --- src/site/markdown/examples/classpath.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/examples/classpath.md b/src/site/markdown/examples/classpath.md index 68d3032..3d1cf2c 100644 --- a/src/site/markdown/examples/classpath.md +++ b/src/site/markdown/examples/classpath.md @@ -304,7 +304,7 @@ Class-Path: WEB-INF/lib/org/codehaus/plexus/plexus-utils-1.1.jar WEB-INF/lib/com _(Since 2.4)_ -Depending on how you construct your archive, you may have the ability to specify whether snapshot dependency archives are included with the version suffix `'-SNAPSHOT'`, or whether the unique timestamp and build-number for that archive is used. For instance, the [Assembly Plugin](/plugins/maven-assembly-plugin) allows you to make this decision in the `<outputFileNameMapping>` element of its `<dependencySet`> descriptor section. +Depending on how you construct your archive, you may have the ability to specify whether snapshot dependency archives are included with the version suffix `'-SNAPSHOT'`, or whether the unique timestamp and build-number for that archive is used. For instance, the [Assembly Plugin](/plugins/maven-assembly-plugin) allows you to make this decision in the `<outputFileNameMapping>` element of its `<dependencySet>` descriptor section. ### Forcing the use of -SNAPSHOT versions when using the simple (default) or repository classpath layout
