HBASE-6167 Fix xinclude for docs broke when we multi-moduled
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3ef5d3802f
commit
1c8a379a45
16
pom.xml
16
pom.xml
|
@ -558,19 +558,6 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
<!-- Website/Reference Guide building -->
|
||||
<plugin>
|
||||
<groupId>com.agilejava.docbkx</groupId>
|
||||
<artifactId>docbkx-maven-plugin</artifactId>
|
||||
<version>2.0.14</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.docbook</groupId>
|
||||
<artifactId>docbook-xml</artifactId>
|
||||
<version>4.4</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>xml-maven-plugin</artifactId>
|
||||
|
@ -645,15 +632,16 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<xincludeSupported>true</xincludeSupported>
|
||||
<useIdAsFilename>true</useIdAsFilename>
|
||||
<sectionAutolabelMaxDepth>100</sectionAutolabelMaxDepth>
|
||||
<sectionAutolabel>true</sectionAutolabel>
|
||||
<sectionLabelIncludesComponentLabel>true</sectionLabelIncludesComponentLabel>
|
||||
<targetDirectory>target/docbkx</targetDirectory>
|
||||
<htmlStylesheet>${basedir}/src/site/resources/css/freebsd_docbook.css</htmlStylesheet>
|
||||
<htmlCustomization>${basedir}/src/docbkx/customization.xsl</htmlCustomization>
|
||||
<tocMaxDepth>2</tocMaxDepth>
|
||||
<insertXrefPageNumber>yes</insertXrefPageNumber>
|
||||
<targetDirectory>${basedir}/target/docbkx</targetDirectory>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue