verifications.xml could include FileSet
---------------------------------------

                 Key: MVERIFIER-9
                 URL: http://jira.codehaus.org/browse/MVERIFIER-9
             Project: Maven 2.x Verifier Plugin
          Issue Type: New Feature
    Affects Versions: 1.0
            Reporter: Sébastien BROUSSE


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>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to