diff --git a/.github/workflows/maven-verify-3.9.x.yml b/.github/workflows/maven-verify-3.9.x.yml
index 78a7f260..10dab2d3 100644
--- a/.github/workflows/maven-verify-3.9.x.yml
+++ b/.github/workflows/maven-verify-3.9.x.yml
@@ -28,7 +28,7 @@ jobs:
with:
maven-args: '-D"maven.test.redirectTestOutputToFile=false -Pmaven3"'
maven-matrix: '[ "3.9.5", "4.0.0-alpha-8" ]'
- matrix-exclude: >
- [
- {"jdk": "8"}
- ]
+ jdk-matrix: '[ "11", "17" ]'
+ ff-goal: '-P run-its verify javadoc:jar'
+ verify-goal: '-P run-its verify javadoc:jar'
+
diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index 906491d6..0665f5c2 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -28,7 +28,6 @@ jobs:
with:
maven-args: '-D"maven.test.redirectTestOutputToFile=false"'
maven-matrix: '[ "3.9.5", "4.0.0-alpha-8" ]'
- matrix-exclude: >
- [
- {"jdk": "8"}
- ]
+ jdk-matrix: '[ "11", "17" ]'
+ ff-goal: '-P run-its verify javadoc:jar'
+ verify-goal: '-P run-its verify javadoc:jar'
\ No newline at end of file
diff --git a/src/main/mdo/build-cache-config.mdo b/src/main/mdo/build-cache-config.mdo
index f55af5d3..9f8b2ab4 100644
--- a/src/main/mdo/build-cache-config.mdo
+++ b/src/main/mdo/build-cache-config.mdo
@@ -816,15 +816,14 @@ under the License.
By default, targeting a directory excludes everything underneath it.
Examples :<exclude>src/main/doc</exclude>
: excludes everything under : ${project.basedir}/src/main/doc<exclude glob="package-info.java"></exclude>
: excludes all the files named package-info.java<exclude glob="src/main/resources/**.txt" entryType="FILE" matcherType="PATH" ></exclude>
: excludes all the text files located under the "resources" folder+ Exclude elements can also be added per project with the use of maven properties. +
]]>Include elements can also be added per project with the use of maven properties.
]]>