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. Exclude - + A file or a directory path to exclude from the checksum computation. Relative path are relative to each module basedir.

When referring to a directory, additional properties help adjust the scope of the exclusion:
  • glob - only entries matching this glob pattern are excluded
  • entryType - type of entries excluded from the scan
  • matcherType - entry property on which the glob matching is applied
- By default, targeting a directory excludes everything underneath it.
-
+

By default, targeting a directory excludes everything underneath it.

Examples :
  • <exclude>src/main/doc</exclude> : excludes everything under : ${project.basedir}/src/main/doc
  • @@ -832,10 +831,9 @@ under the License.
  • <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.
-

- +

+ Exclude elements can also be added per project with the use of maven properties. +

]]>
@@ -865,8 +863,8 @@ under the License.
Include -
- Include elements can also be added per project with the use of maven properties.

+ file or a directory path to add to checksum computation. Relative path are relative to each module basedir.

+

Include elements can also be added per project with the use of maven properties.

]]>