useStrictFiltering in a fileSet in the assembly descriptor doesn't work
-----------------------------------------------------------------------
Key: MASSEMBLY-488
URL: http://jira.codehaus.org/browse/MASSEMBLY-488
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Environment: Maven 2.2.1, RHEL4
Reporter: Eric Haszlakiewicz
I'm trying to turn on useStrictFiltering in a fileSet in an assembly
descriptor, but maven doesn't fail when the file does not exist. Here
is an example of what the assembly descriptor looks like:
<?xml version="1.0" encoding="UTF-8"?><assembly>
<formats>
<format>tar.gz</format>
</formats>
<fileSets>
<fileSet>
<useStrictFiltering>true</useStrictFiltering>
<directory>src/main</directory>
<includes>
<include>nonexistant.txt*</include>
</includes>
</fileSet>
</fileSets>
</assembly>
Running "mvn package" happily produces a tarball with no indication that
anything is wrong.
--
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