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
|
@ -51,7 +51,7 @@
|
|||
<plugin>
|
||||
<groupId>org.jboss.maven.plugins</groupId>
|
||||
<artifactId>maven-jdocbook-plugin</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>2.1.0</version>
|
||||
<extensions>true</extensions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -77,20 +77,26 @@
|
|||
<format>
|
||||
<formatName>pdf</formatName>
|
||||
<stylesheetResource>classpath:/xslt/hibernate/pdf/main-pdf.xsl</stylesheetResource>
|
||||
<finalName>hibernate_reference.pdf</finalName>
|
||||
<finalName>hibernate-jbosscache-guide.pdf</finalName>
|
||||
<!--
|
||||
<profilingTypeName>two_pass</profilingTypeName>
|
||||
-->
|
||||
</format>
|
||||
<format>
|
||||
<formatName>html_single</formatName>
|
||||
<stylesheetResource>classpath:/xslt/hibernate/html/main-single.xsl</stylesheetResource>
|
||||
<finalName>index.html</finalName>
|
||||
<!--
|
||||
<profilingTypeName>two_pass</profilingTypeName>
|
||||
-->
|
||||
</format>
|
||||
<format>
|
||||
<formatName>html</formatName>
|
||||
<stylesheetResource>classpath:/xslt/hibernate/html/main-chunk.xsl</stylesheetResource>
|
||||
<finalName>index.html</finalName>
|
||||
<!--
|
||||
<profilingTypeName>two_pass</profilingTypeName>
|
||||
-->
|
||||
</format>
|
||||
</formats>
|
||||
<options>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<plugin>
|
||||
<groupId>org.jboss.maven.plugins</groupId>
|
||||
<artifactId>maven-jdocbook-plugin</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>2.1.0</version>
|
||||
<extensions>true</extensions>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
|
@ -47,7 +47,9 @@
|
|||
|
||||
<modules>
|
||||
<module>manual</module>
|
||||
<!--
|
||||
<module>jbosscache2</module>
|
||||
-->
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue