aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorOlaf Flebbe <of@fleb.be>2016-03-29 09:57:47 +0200
committerOlaf Flebbe <of@fleb.be>2016-03-31 09:27:37 +0200
commitc5b2a8807ad1fde4cd7beb91c851a680b95c6902 (patch)
tree67c4fe5b40c5833e5d85eef70e69ca200874ad32 /pom.xml
parentc9ce43cfc58326966d413b9cdb4e1fa83d6af2c4 (diff)
BIGTOP-2363: User Guide for version 1.1.0 is blank
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml55
1 files changed, 0 insertions, 55 deletions
diff --git a/pom.xml b/pom.xml
index 1e3ef63c..584d720f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,61 +389,6 @@
<plugins>
<!--Build the documentation. We build it twice. Once as a single page and then again as multipage. -->
<plugin>
- <groupId>com.agilejava.docbkx</groupId>
- <artifactId>docbkx-maven-plugin</artifactId>
- <version>2.0.14</version>
- <inherited>false</inherited>
- <dependencies>
- <dependency>
- <groupId>org.docbook</groupId>
- <artifactId>docbook-xml</artifactId>
- <version>4.4</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- <configuration>
- <sourceDirectory>${basedir}/src/site/docbookx/</sourceDirectory>
- <targetDirectory>${basedir}/target/site/book/</targetDirectory>
- <htmlCustomization>${basedir}/src/site/docbookx/customization.xsl
- </htmlCustomization>
- <chunkerOutputEncoding>UTF-8</chunkerOutputEncoding>
- <sectionAutolabelMaxDepth>100</sectionAutolabelMaxDepth>
- <sectionAutolabel>true</sectionAutolabel>
- <sectionLabelIncludesComponentLabel>true
- </sectionLabelIncludesComponentLabel>
- <tocMaxDepth>2</tocMaxDepth>
- <insertXrefPageNumber>yes</insertXrefPageNumber>
- <xincludeSupported>true</xincludeSupported>
- <useIdAsFilename>true</useIdAsFilename>
- </configuration>
- <executions>
- <execution>
- <id>multipage</id>
- <goals>
- <goal>generate-html</goal>
- </goals>
- <phase>pre-site</phase>
- <configuration>
- <navigShowtitles>true</navigShowtitles>
- <chunkedOutput>true</chunkedOutput>
- <imgSrcPath>../../images/</imgSrcPath>
- <htmlStylesheet>../../css/freebsd_docbook.css</htmlStylesheet>
- </configuration>
- </execution>
- <execution>
- <id>doc</id>
- <goals>
- <goal>generate-pdf</goal>
- </goals>
- <phase>pre-site</phase>
- <configuration>
- <showXslMessages>true</showXslMessages>
- <imgSrcPath>${basedir}/src/site/resources/images/</imgSrcPath>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<executions>