mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-24 19:30:55 +00:00
Fixed broken docbkx config
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@886326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca7284cb50
commit
fbddfddf72
20
pom.xml
20
pom.xml
@ -173,7 +173,27 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.agilejava.docbkx</groupId>
|
<groupId>com.agilejava.docbkx</groupId>
|
||||||
<artifactId>docbkx-maven-plugin</artifactId>
|
<artifactId>docbkx-maven-plugin</artifactId>
|
||||||
|
<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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user