[
https://issues.apache.org/jira/browse/MASSEMBLY-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MASSEMBLY-408.
------------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> When using a fileset directory excludes requires a "/**" on the end
> -------------------------------------------------------------------
>
> Key: MASSEMBLY-408
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-408
> Project: Maven 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 was sent by Atlassian JIRA
(v6.3.4#6332)