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:when>
|
||||||
<j:otherwise>
|
<j:otherwise>
|
||||||
<!-- go on -->
|
<!-- 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">
|
<fileset dir="${plugin.resources}/images">
|
||||||
<include name="**/*.gif"/>
|
<include name="**/*.gif"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user