Revision: 20559
Author: [email protected]
Date: Sat Sep 24 09:12:40 2011
Log: depending on maven-jdocbook-plugin 2.3.0
http://code.google.com/p/mobicents/source/detail?r=20559
Modified:
/trunk/protocols/asn/docs/jdocbook-jbcp/pom.xml
=======================================
--- /trunk/protocols/asn/docs/jdocbook-jbcp/pom.xml Mon Jul 18 23:44:50 2011
+++ /trunk/protocols/asn/docs/jdocbook-jbcp/pom.xml Sat Sep 24 09:12:40 2011
@@ -1,5 +1,6 @@
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>mobicents-asn-docs</artifactId>
@@ -43,7 +44,7 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.2.0</version>
+ <version>2.3.0</version>
<extensions>true</extensions>
<dependencies>
<dependency>
@@ -57,6 +58,16 @@
<version>1.1.0</version>
<type>jdocbook-style</type>
</dependency>
+ <dependency>
+ <groupId>xml-resolver</groupId>
+
<artifactId>xml-resolver</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <version>6.5.3</version>
+ </dependency>
</dependencies>
<configuration>
<sourceDocumentName>SS7_Stack_User_Guide.xml</sourceDocumentName>
@@ -68,13 +79,8 @@
</includes>
</imageResource>
<formats>
- <!--
- <format>
-
<formatName>pdf</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
-
<finalName>JBCP_${docs.bookid}_User_Guide.pdf</finalName>
- </format>
- -->
+ <!-- <format> <formatName>pdf</formatName>
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+ <finalName>JBCP_${docs.bookid}_User_Guide.pdf</finalName> </format>
-->
<format>
<formatName>html</formatName>
<stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
@@ -88,14 +94,9 @@
</formats>
<options>
<xincludeSupported>true</xincludeSupported>
- <!--
- needed for
uri-resolvers; can be ommitted if using 'current' uri
- scheme
- -->
- <!--
- could also locate the
docbook dependency and inspect its
- version...
- -->
+ <!-- needed for uri-resolvers;
can be ommitted if using 'current' uri
+ scheme -->
+ <!-- could also locate the docbook dependency and inspect its
version... -->
<docbookVersion>1.72.0</docbookVersion>
</options>
</configuration>