When using a fileset directory excludes requires a "/**" on the end
-------------------------------------------------------------------
Key: MASSEMBLY-408
URL: http://jira.codehaus.org/browse/MASSEMBLY-408
Project: Maven 2.x Assembly Plugin
Issue Type: Improvement
Reporter: Paul Gier
Priority: Minor
When using excludes configuration to exclude a directory, the directory must
have a /** at the end or it won't be excluded. For example to exclude the
target directory, I should be able to just put
<exclude>target</exclude>
But the fileset configuration requires that it looks like
<excludes>target/**</excludes>
--
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