mirror of https://github.com/apache/activemq.git
fix for https://issues.apache.org/activemq/browse/AMQ-2357 - docbx plugin
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@805327 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b0f24f34d0
commit
068f85bce9
|
@ -31,34 +31,21 @@
|
|||
<name>ActiveMQ User Guide</name>
|
||||
<description>The ActiveMQ User Guide which generates HTML, PDF and man pages.</description>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>agilejava</id>
|
||||
<name>AgileJava</name>
|
||||
<url>http://agilejava.com/maven/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>agilejava</id>
|
||||
<name>AgileJava</name>
|
||||
<url>http://agilejava.com/maven/</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.agilejava.docbkx</groupId>
|
||||
<artifactId>docbkx-maven-plugin</artifactId>
|
||||
<version>2.0.3</version>
|
||||
<version>2.0.9</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>generate-pdf</goal>
|
||||
<goal>generate-html</goal>
|
||||
<!-- Commenting out for now due to bug in docbx plugin
|
||||
<goal>generate-manpages</goal>
|
||||
-->
|
||||
</goals>
|
||||
<phase>generate-sources</phase>
|
||||
</execution>
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
<xsl:param name="tablecolumns.extension">0</xsl:param>
|
||||
<xsl:param name="callout.extensions">1</xsl:param>
|
||||
<!-- FOP provide only PDF Bookmarks at the moment -->
|
||||
<xsl:param name="fop.extensions">1</xsl:param>
|
||||
<xsl:param name="fop1.extensions">1</xsl:param>
|
||||
|
||||
<!--###################################################
|
||||
Table Of Contents
|
||||
|
|
Loading…
Reference in New Issue