* removed docbook generation as this causes trouble in multi module parent poms
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/synyx-plugin/trunk@2969 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
106
pom.xml
106
pom.xml
@@ -69,112 +69,6 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>com.agilejava.docbkx</groupId>
|
||||
<artifactId>docbkx-maven-plugin</artifactId>
|
||||
<version>2.0.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>generate-html</goal>
|
||||
<goal>generate-pdf</goal>
|
||||
</goals>
|
||||
<phase>pre-site</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.docbook</groupId>
|
||||
<artifactId>docbook-xml</artifactId>
|
||||
<version>4.4</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<sourceDirectory>
|
||||
${basedir}/src/doc
|
||||
</sourceDirectory>
|
||||
<targetDirectory>
|
||||
${basedir}/target/doc
|
||||
</targetDirectory>
|
||||
|
||||
<foCustomization>
|
||||
src/doc/layout/pdf/fo-pdf.xsl
|
||||
</foCustomization>
|
||||
|
||||
<htmlCustomization>
|
||||
src/doc/layout/html/fo-html.xsl
|
||||
</htmlCustomization>
|
||||
|
||||
<htmlStylesheet>
|
||||
resources/styles.css
|
||||
</htmlStylesheet>
|
||||
<chunkedOutput>true</chunkedOutput>
|
||||
|
||||
<fonts>
|
||||
<font>
|
||||
<name>StellaLining</name>
|
||||
<style>normal</style>
|
||||
<weight>normal</weight>
|
||||
<embedFile>
|
||||
${basedir}/src/doc/layout/pdf/fonts/SteLiR__.ttf
|
||||
</embedFile>
|
||||
<metricsFile>
|
||||
${basedir}/src/doc/layout/pdf/fonts/SteLiR__.xml
|
||||
</metricsFile>
|
||||
</font>
|
||||
<font>
|
||||
<name>StellaLining</name>
|
||||
<style>italic</style>
|
||||
<weight>normal</weight>
|
||||
<embedFile>
|
||||
${basedir}/src/doc/layout/pdf/fonts/SteLiI__.ttf
|
||||
</embedFile>
|
||||
<metricsFile>
|
||||
${basedir}/src/doc/layout/pdf/fonts/SteLiI__.xml
|
||||
</metricsFile>
|
||||
</font>
|
||||
<font>
|
||||
<name>StellaLining</name>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<embedFile>
|
||||
${basedir}/src/doc/layout/pdf/fonts/SteLiB__.ttf
|
||||
</embedFile>
|
||||
<metricsFile>
|
||||
${basedir}/src/doc/layout/pdf/fonts/SteLiB__.xml
|
||||
</metricsFile>
|
||||
</font>
|
||||
<font>
|
||||
<name>StellaLining</name>
|
||||
<style>italic</style>
|
||||
<weight>bold</weight>
|
||||
<embedFile>
|
||||
${basedir}/src/doc/layout/pdf/fonts/SteLiBI_.ttf
|
||||
</embedFile>
|
||||
<metricsFile>
|
||||
${basedir}/src/doc/layout/pdf/fonts/SteLiBI_.xml
|
||||
</metricsFile>
|
||||
</font>
|
||||
</fonts>
|
||||
|
||||
<preProcess>
|
||||
<copy todir="${basedir}/target/doc/images">
|
||||
<!-- Copy layout images -->
|
||||
<fileset dir="${basedir}/src/doc/layout/pdf/images" />
|
||||
<fileset dir="${basedir}/src/doc/layout/html/images" />
|
||||
<!-- Copy content images -->
|
||||
<fileset dir="${basedir}/src/doc/images" />
|
||||
</copy>
|
||||
<copy todir="${basedir}/target/doc/resources">
|
||||
<fileset dir="${basedir}/src/doc/layout/html/resources" />
|
||||
</copy>
|
||||
</preProcess>
|
||||
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
Reference in New Issue
Block a user