Cleanup pom.xml

* Remove redundant pdf generation sections
* Remove targetDirectory variable, the default is fine
* Properly set webhelpDirname
* Remove cleanup section from Install and Image Guides that
  are now not needed anymore due to the above changes

Change-Id: I4a11d74d3e53738d33b8ba9b50119bb1c25a1aec
This commit is contained in:
Andreas Jaeger 2014-01-27 18:00:28 +01:00
parent ea9b8054f8
commit 607aee1e59

View File

@ -34,7 +34,6 @@
<configuration>
<includes>st-training-guides.xml</includes>
<sourceDirectory>.</sourceDirectory>
<targetDirectory>target/docbkx/webhelp/</targetDirectory>
<webhelpDirname>training-guides</webhelpDirname>
<pdfFilenameBase>training-guides</pdfFilenameBase>
<enableDisqus>${comments.enabled}</enableDisqus>