Never filter binary files
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@366942 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96801e3ef1
commit
38e0f751bb
@ -87,7 +87,7 @@
|
||||
</j:when>
|
||||
<j:otherwise>
|
||||
<!-- go on -->
|
||||
<copy todir="${maven.docs.dest}/images/jira" overwrite="yes" filtering="yes">
|
||||
<copy todir="${maven.docs.dest}/images/jira" overwrite="yes" filtering="no">
|
||||
<fileset dir="${plugin.resources}/images">
|
||||
<include name="**/*.gif"/>
|
||||
</fileset>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user