Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Labels:None
Description
It would be a nice-to-have feature to support fileset in the verifications.xml file.
The purpose is to be able to use wildcards in the declaration of file list.
Ex : The use of the Maven File Management Api :
<fileset>
<directory>some/relative/path</directory>
<includes>
<include>*/.txt</include>
</includes>
<excludes>
<exclude>**/log.log</exclude>
</excludes>
<followSymlinks>false</followSymlinks>
</fileset>