No need to explicity copy over the images as they are included in the
generic copying of resources. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b341a59997
commit
dbff6d84c1
@ -451,24 +451,7 @@
|
||||
|
||||
<j:if test="${maven.docs.src.available}">
|
||||
|
||||
<available file="${maven.docs.src}/images" type="dir"
|
||||
property="maven.docs.src.images.available"/>
|
||||
|
||||
<j:if test="${maven.docs.src.images.available}">
|
||||
|
||||
<!-- Copy user supplied images -->
|
||||
<copy todir="${maven.docs.dest}/images" filtering="no">
|
||||
<fileset dir="${maven.docs.src}/images">
|
||||
<include name="**/*.gif"/>
|
||||
<include name="**/*.jpeg"/>
|
||||
<include name="**/*.jpg"/>
|
||||
<include name="**/*.png"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
</j:if>
|
||||
|
||||
<!-- Copy user supplied htm/html -->
|
||||
<!-- Copy user supplied resources -->
|
||||
<copy todir="${maven.docs.dest}" filtering="no">
|
||||
<fileset dir="${maven.docs.src}">
|
||||
<exclude name="**/*.xml"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user