This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch disclaimer in repository https://gitbox.apache.org/repos/asf/maven-apache-resources.git
commit fd312eb79a38bced9c6ccbc84526ef0128a74b05 Author: Hervé Boutemy <[email protected]> AuthorDate: Fri Feb 13 11:07:30 2026 +0100 fix DISCLAIMER typo (missing C) --- incubator-disclaimer/src/site/apt/index.apt.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator-disclaimer/src/site/apt/index.apt.vm b/incubator-disclaimer/src/site/apt/index.apt.vm index 5ce45fb..b57b2b0 100644 --- a/incubator-disclaimer/src/site/apt/index.apt.vm +++ b/incubator-disclaimer/src/site/apt/index.apt.vm @@ -28,7 +28,7 @@ ${project.name} - To generate <<<META-INF/DISLAIMER>>> content in your jar, + To generate <<<META-INF/DISCLAIMER>>> content in your jar, configure <<<maven-remote-resources-plugin>>>: +-----+ @@ -51,4 +51,4 @@ ${project.name} </plugin> +-----+ - Content is generated from your project dependencies with {{{${project.scm.url}/src/main/resources/META-INF/DISLAIMER.vm}<<<DISLAIMER.vm>>>}} Velocity template. \ No newline at end of file + Content is generated from your project dependencies with {{{${project.scm.url}/src/main/resources/META-INF/DISCLAIMER.vm}<<<DISCLAIMER.vm>>>}} Velocity template. \ No newline at end of file
