2013-06-07 14:14:20 -05:00
|
|
|
<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/maven-v4_0_0.xsd">
|
2013-10-05 09:27:19 -05:00
|
|
|
<parent>
|
|
|
|
<groupId>org.openstack.docs</groupId>
|
|
|
|
<artifactId>parent-pom</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
2013-06-07 14:14:20 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>openstack-user-guide</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
2013-10-05 09:27:19 -05:00
|
|
|
<name>OpenStack User Guide</name>
|
2013-06-14 09:42:53 -05:00
|
|
|
<properties>
|
|
|
|
<!-- This is set by Jenkins according to the branch. -->
|
2013-08-29 12:51:34 -05:00
|
|
|
<release.path.name>local</release.path.name>
|
2013-06-14 09:42:53 -05:00
|
|
|
<comments.enabled>1</comments.enabled>
|
|
|
|
</properties>
|
2013-06-07 14:14:20 -05:00
|
|
|
<!-- ################################################ -->
|
|
|
|
<!-- USE "mvn clean generate-sources" to run this POM -->
|
|
|
|
<!-- ################################################ -->
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.rackspace.cloud.api</groupId>
|
|
|
|
<artifactId>clouddocs-maven-plugin</artifactId>
|
2013-10-05 09:27:19 -05:00
|
|
|
<!-- version is set in ../pom.xml file -->
|
2013-06-07 14:14:20 -05:00
|
|
|
<executions>
|
2013-07-31 09:00:49 -05:00
|
|
|
<!-- Configuration for OpenStack End User Guide -->
|
2013-06-07 14:14:20 -05:00
|
|
|
<execution>
|
2014-01-27 18:00:28 +01:00
|
|
|
<id>generate-webhelp</id>
|
2013-06-07 14:14:20 -05:00
|
|
|
<goals>
|
|
|
|
<goal>generate-webhelp</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>generate-sources</phase>
|
|
|
|
<configuration>
|
2013-11-19 12:12:59 -06:00
|
|
|
<profileAudience>enduser</profileAudience>
|
2013-07-31 09:00:49 -05:00
|
|
|
<includes> bk-user-guide.xml</includes>
|
2013-08-06 12:32:54 +02:00
|
|
|
<generateToc>
|
2013-10-05 09:27:19 -05:00
|
|
|
appendix toc,title
|
|
|
|
article/appendix nop
|
|
|
|
article toc,title
|
|
|
|
book toc,title,figure,table,example,equation
|
|
|
|
chapter toc,title
|
|
|
|
section toc
|
|
|
|
part toc,title
|
|
|
|
qandadiv toc
|
|
|
|
qandaset toc
|
|
|
|
reference toc,title
|
|
|
|
set toc,title
|
|
|
|
</generateToc>
|
2013-06-07 14:14:20 -05:00
|
|
|
<webhelpDirname>user-guide</webhelpDirname>
|
2013-09-13 03:47:20 +02:00
|
|
|
<pdfFilenameBase>user-guide</pdfFilenameBase>
|
2013-06-07 14:14:20 -05:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
2013-11-19 12:12:59 -06:00
|
|
|
<profileAudience>enduser</profileAudience>
|
2013-08-19 15:46:24 -05:00
|
|
|
<chapterAutolabel>1</chapterAutolabel>
|
|
|
|
<sectionAutolabel>0</sectionAutolabel>
|
|
|
|
<tocSectionDepth>1</tocSectionDepth>
|
|
|
|
<formalProcedures>0</formalProcedures>
|
2013-07-31 09:00:49 -05:00
|
|
|
<highlightSource>false</highlightSource>
|
2013-06-07 14:14:20 -05:00
|
|
|
<xincludeSupported>true</xincludeSupported>
|
2013-07-31 09:00:49 -05:00
|
|
|
<showXslMessages>true</showXslMessages>
|
2013-09-09 08:41:30 +02:00
|
|
|
<sourceDirectory>.</sourceDirectory>
|
2013-07-31 09:00:49 -05:00
|
|
|
<feedbackEmail>diane.fleming@rackspace.com</feedbackEmail>
|
|
|
|
<branding>openstack</branding>
|
|
|
|
<enableDisqus>${comments.enabled}</enableDisqus>
|
2013-09-02 21:55:20 +02:00
|
|
|
<disqusShortname>os-user-guide</disqusShortname>
|
2013-07-31 09:00:49 -05:00
|
|
|
<enableGoogleAnalytics>1</enableGoogleAnalytics>
|
|
|
|
<googleAnalyticsId>UA-17511903-1</googleAnalyticsId>
|
2013-06-07 14:14:20 -05:00
|
|
|
<suppressFooterNavigation>0</suppressFooterNavigation>
|
2014-03-05 21:09:07 -06:00
|
|
|
<canonicalUrlBase>http://docs.openstack.org/user-guide/content</canonicalUrlBase>
|
2014-01-28 17:22:02 +01:00
|
|
|
<glossaryCollection>${basedir}/../glossary/glossary-terms.xml</glossaryCollection>
|
2013-06-07 14:14:20 -05:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</project>
|