Merge "Update to version 1.15.0 clouddocs-maven-plugin"

This commit is contained in:
Jenkins 2014-03-23 03:27:31 +00:00 committed by Gerrit Code Review
commit 0db0a563e3
2 changed files with 8 additions and 8 deletions

View File

@ -42,6 +42,7 @@
<highlightSource>false</highlightSource>
<enableGoogleAnalytics>1</enableGoogleAnalytics>
<googleAnalyticsId>UA-17511903-1</googleAnalyticsId>
<branding>openstack</branding>
</configuration>
</execution>
<!-- Configuration for OpenStack API References (pdf) -->
@ -55,8 +56,8 @@
<includes> bk-api-ref.xml </includes>
<pdfFilenameBase>api-ref</pdfFilenameBase>
</configuration>
</execution>-->
<!--<execution>
</execution>
<execution>
<id>os-api-ref-blockstorage</id>
<goals>
<goal>generate-webhelp</goal>
@ -169,8 +170,7 @@
</executions>
<configuration>
<!-- These parameters apply to pdf and webhelp -->
<generateToc>
appendix toc,title
<generateToc> appendix toc,title
article/appendix nop
article toc,title
book toc,title
@ -178,9 +178,9 @@
section toc,title
part toc,title
qandadiv toc
qandaset toc
qandaset to
reference toc,title
set toc,title </generateToc>
set toc,title</generateToc>
<xincludeSupported>true</xincludeSupported>
<sourceDirectory>src/docbkx</sourceDirectory>
<branding>openstack</branding>

View File

@ -41,7 +41,7 @@
<plugin>
<groupId>com.rackspace.cloud.api</groupId>
<artifactId>clouddocs-maven-plugin</artifactId>
<version>1.13.0</version>
<version>1.15.0</version>
</plugin>
</plugins>
</build>