pin jdocbook plugin at version 2.1.0;
temporarily disable jbosscache manual building (seems the jdocbook plugin may not like empty translations) git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14564 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
a28e463d4c
commit
94a5cdf3d0
|
@ -26,8 +26,8 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
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">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
<version>3.3.0-SNAPSHOT</version>
|
<version>3.3.0-SNAPSHOT</version>
|
||||||
<relativePath>../../parent/pom.xml</relativePath>
|
<relativePath>../../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.hibernate</groupId>
|
<groupId>org.hibernate</groupId>
|
||||||
<artifactId>hibernate-jbc2-manual</artifactId>
|
<artifactId>hibernate-jbc2-manual</artifactId>
|
||||||
<version>3.3.0-SNAPSHOT</version>
|
<version>3.3.0-SNAPSHOT</version>
|
||||||
|
@ -51,8 +51,8 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jboss.maven.plugins</groupId>
|
<groupId>org.jboss.maven.plugins</groupId>
|
||||||
<artifactId>maven-jdocbook-plugin</artifactId>
|
<artifactId>maven-jdocbook-plugin</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.1.0</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hibernate</groupId>
|
<groupId>org.hibernate</groupId>
|
||||||
|
@ -77,20 +77,26 @@
|
||||||
<format>
|
<format>
|
||||||
<formatName>pdf</formatName>
|
<formatName>pdf</formatName>
|
||||||
<stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource>
|
<stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource>
|
||||||
<finalName>hibernate_reference.pdf</finalName>
|
<finalName>hibernate-jbosscache-guide.pdf</finalName>
|
||||||
|
<!--
|
||||||
<profilingTypeName>two_pass</profilingTypeName>
|
<profilingTypeName>two_pass</profilingTypeName>
|
||||||
|
-->
|
||||||
</format>
|
</format>
|
||||||
<format>
|
<format>
|
||||||
<formatName>html_single</formatName>
|
<formatName>html_single</formatName>
|
||||||
<stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl</stylesheetResource>
|
<stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl</stylesheetResource>
|
||||||
<finalName>index.html</finalName>
|
<finalName>index.html</finalName>
|
||||||
|
<!--
|
||||||
<profilingTypeName>two_pass</profilingTypeName>
|
<profilingTypeName>two_pass</profilingTypeName>
|
||||||
|
-->
|
||||||
</format>
|
</format>
|
||||||
<format>
|
<format>
|
||||||
<formatName>html</formatName>
|
<formatName>html</formatName>
|
||||||
<stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl</stylesheetResource>
|
<stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl</stylesheetResource>
|
||||||
<finalName>index.html</finalName>
|
<finalName>index.html</finalName>
|
||||||
|
<!--
|
||||||
<profilingTypeName>two_pass</profilingTypeName>
|
<profilingTypeName>two_pass</profilingTypeName>
|
||||||
|
-->
|
||||||
</format>
|
</format>
|
||||||
</formats>
|
</formats>
|
||||||
<options>
|
<options>
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jboss.maven.plugins</groupId>
|
<groupId>org.jboss.maven.plugins</groupId>
|
||||||
<artifactId>maven-jdocbook-plugin</artifactId>
|
<artifactId>maven-jdocbook-plugin</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.1.0</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
|
@ -47,7 +47,9 @@
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>manual</module>
|
<module>manual</module>
|
||||||
|
<!--
|
||||||
<module>jbosscache2</module>
|
<module>jbosscache2</module>
|
||||||
|
-->
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue