Common docbkx-maven-plugin configuration now in parent pom
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@813009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed511449da
commit
dcd9abca6f
30
pom.xml
30
pom.xml
|
@ -173,36 +173,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.agilejava.docbkx</groupId>
|
<groupId>com.agilejava.docbkx</groupId>
|
||||||
<artifactId>docbkx-maven-plugin</artifactId>
|
<artifactId>docbkx-maven-plugin</artifactId>
|
||||||
<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>
|
<configuration>
|
||||||
<includes>index.xml</includes>
|
|
||||||
<chunkedOutput>true</chunkedOutput>
|
|
||||||
<xincludeSupported>true</xincludeSupported>
|
|
||||||
<foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
|
|
||||||
<htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
|
|
||||||
<htmlStylesheet>css/hc-tutorial.css</htmlStylesheet>
|
|
||||||
<entities>
|
|
||||||
<entity>
|
|
||||||
<name>version</name>
|
|
||||||
<value>${pom.version}</value>
|
|
||||||
</entity>
|
|
||||||
</entities>
|
|
||||||
<postProcess>
|
<postProcess>
|
||||||
<copy todir="target/site/tutorial">
|
<copy todir="target/site/tutorial">
|
||||||
<fileset dir="target/docbkx">
|
<fileset dir="target/docbkx">
|
||||||
|
@ -222,7 +193,6 @@
|
||||||
</postProcess>
|
</postProcess>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue