Merge "Delete temporary files from Configuration Reference"

This commit is contained in:
Jenkins 2014-01-28 21:34:48 +00:00 committed by Gerrit Code Review
commit 75391f0cd6

View File

@ -60,6 +60,24 @@
<pdfFilenameBase>config-reference-${release.path.name}</pdfFilenameBase>
</configuration>
</execution>
<execution>
<id>cleanup</id>
<goals>
<goal>generate-webhelp</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<includes>dummy.xml</includes>
<postProcess>
<delete includeemptydirs="true" verbose="true">
<fileset dir="${basedir}/target/docbkx/webhelp/${release.path.name}" >
<include name="**/*"/>
<exclude name="config-reference/**"/>
</fileset>
</delete>
</postProcess>
</configuration>
</execution>
</executions>
<configuration>
<!-- These parameters apply to pdf and webhelp -->