You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/mdo/build-cache-config.mdo
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -816,26 +816,24 @@ under the License.
816
816
</class>
817
817
<class>
818
818
<name>Exclude</name>
819
-
<description><![CDATA[A file or a directory path to exclude from the checksum computation. Relative path are relative to each module basedir.<br/>
819
+
<description><![CDATA[<p>A file or a directory path to exclude from the checksum computation. Relative path are relative to each module basedir.</p>
820
820
When referring to a directory, additional properties help adjust the scope of the exclusion:
821
821
<ul>
822
822
<li>glob - only entries matching this <a href="https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob">glob pattern</a> are excluded</li>
823
823
<li>entryType - type of entries excluded from the scan</li>
824
824
<li>matcherType - entry property on which the glob matching is applied</li>
825
825
</ul>
826
-
By default, targeting a directory excludes everything underneath it.<br/>
827
-
<br/>
826
+
<p>By default, targeting a directory excludes everything underneath it.</p>
828
827
Examples :
829
828
<ul>
830
829
<li><code><exclude>src/main/doc</exclude></code> : excludes everything under : ${project.basedir}/src/main/doc</li>
831
830
<li><code><exclude>src/main/java/package-info.java</exclude></code> : excludes this file : ${project.basedir}/src/main/java/package-info.java</li>
832
831
<li><code><exclude glob="package-info.java"></exclude></code> : excludes all the files named package-info.java</li>
833
832
<li><code><exclude glob="src/main/resources/**.txt" entryType="FILE" matcherType="PATH" ></exclude></code> : excludes all the text files located under the "resources" folder</li>
834
833
</ul>
835
-
<br/>
836
-
Exclude elements can also be added per project with the use of <a href="parameters.html#project-level-properties">maven properties.</a><br/>
837
-
<br/><br/>
838
-
834
+
<p>
835
+
Exclude elements can also be added per project with the use of <a href="parameters.html#project-level-properties">maven properties.</a>
836
+
</p>
839
837
]]></description>
840
838
<fields>
841
839
<field xml.content="true">
@@ -865,8 +863,8 @@ under the License.
865
863
</class>
866
864
<class>
867
865
<name>Include</name>
868
-
<description><![CDATA[A file or a directory path to add to checksum computation. Relative path are relative to each module basedir.<br/><br/>
869
-
Include elements can also be added per project with the use of <a href="parameters.html#project-level-properties">maven properties.</a><br/><br/>
866
+
<description><![CDATA[A <p>file or a directory path to add to checksum computation. Relative path are relative to each module basedir.</p>
867
+
<p>Include elements can also be added per project with the use of <a href="parameters.html#project-level-properties">maven properties.</a></p>
0 commit comments