From c35251bc558335bf69500ce7858250106bb24e88 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Wed, 22 Jul 2026 18:09:21 +0000 Subject: [PATCH 1/2] Fix typo in documentation for include/exclude example --- src/site/apt/index.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index 7cedcd4..8d39d2f 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -73,7 +73,7 @@ ${project.name} * {{{./examples/manifest-customization.html}Manifest Customization}} - * {{{./examples/include-exclude.html}Howto include/exclude Content from a jar archive}} + * {{{./examples/include-exclude.html}How to include/exclude Content from a jar archive}} * {{{./examples/attached-jar.html}How to create an additional attached jar artifact from the project}} From 6ba425e5fd5e85b9f5df232fe1b71191b07012ad Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 23 Jul 2026 06:21:05 -0400 Subject: [PATCH 2/2] retrigger checks