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>
|
||||
</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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user