Merge "Delete temporary files from Configuration Reference"
This commit is contained in:
commit
75391f0cd6
@ -60,6 +60,24 @@
|
|||||||
<pdfFilenameBase>config-reference-${release.path.name}</pdfFilenameBase>
|
<pdfFilenameBase>config-reference-${release.path.name}</pdfFilenameBase>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</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>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- These parameters apply to pdf and webhelp -->
|
<!-- These parameters apply to pdf and webhelp -->
|
||||||
|
Loading…
Reference in New Issue
Block a user