File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 173173 <![CDATA[
174174 When <include> subelements are present, they define a set of
175175 files and directory to include. If none is present, then
176- <includes> represents all valid values.
176+ <includes> represents all valid values. Note that this pattern
177+ can be in the from of a regular expression by using the %regex[...]
178+ syntax.
177179 ]]>
178180 </description >
179181 </field >
188190 <![CDATA[
189191 When <exclude> subelements are present, they define a set of
190192 files and directory to exclude. If none is present, then
191- <excludes> represents no exclusions.
193+ <excludes> represents no exclusions. Note that this pattern
194+ can be in the from of a regular expression by using the %regex[...]
195+ syntax.
192196 ]]>
193197 </description >
194198 </field >
Original file line number Diff line number Diff line change 293293 <![CDATA[
294294 When <include> subelements are present, they define a set of
295295 files and directory to include. If none is present, then
296- <includes> represents all valid values.
296+ <includes> represents all valid values. Note that this pattern
297+ can be in the from of a regular expression by using the %regex[...]
298+ syntax.
297299 ]]>
298300 </description >
299301 </field >
308310 <![CDATA[
309311 When <exclude> subelements are present, they define a set of
310312 files and directory to exclude. If none is present, then
311- <excludes> represents no exclusions.
313+ <excludes> represents no exclusions. Note that this pattern
314+ can be in the from of a regular expression by using the %regex[...]
315+ syntax.
312316 ]]>
313317 </description >
314318 </field >
Original file line number Diff line number Diff line change @@ -214,6 +214,8 @@ Advanced Assembly-Descriptor Topics
214214 of <<<fileSet>>> patterns, including the option to change the default pattern syntax
215215 someday.
216216
217+ <Note:> The same syntax is also supported for include patterns.
218+
217219** Example: Including directories named <<<target>>> in the <<<src>>> directory
218220
219221 In this example, we want to produce a buildable source distribution of a
You can’t perform that action at this time.
0 commit comments