Andreas Jaeger 573cd37e89 Use git.openstack.org everywhere
Our official git master is at git.openstack.org, update places
that use github instead.

Also, update content to point to main page, the user guide is not in
DocBook anymore.

Also, remove some mention of Rackspace, they do not use this anymore.

Change-Id: Ic63d95bcd409ccd58255e21a2098683d70c6b83f
2016-01-06 18:29:28 +00:00
2010-12-31 04:08:21 -06:00
2015-10-17 21:59:27 +00:00
2011-11-07 16:23:44 -06:00
2012-02-09 08:07:18 -06:00
2012-04-13 09:31:06 -05:00
2015-04-15 14:25:56 -05:00
2016-01-06 18:29:28 +00:00

Introduction

This project is the OpenStack customization of the Docbkx plug-in for creating documentation artifacts for OpenStack.

Example output

OpenStack output:

OpenStack source files:

Test changes to clouddocs-maven-plugin

Note: When you commit, be sure you are on a branch, do a single commit, and do "git review" instead of pushing.

To test changes to clouddocs-maven-plugin on your local machine:

  1. Run this command to clone clouddocs-maven-plugin:

    git clone https://git.openstack.org/openstack/clouddocs-maven-plugin

  2. CD into the clouddocs-maven-plugin directory.

  3. Edit the pom.xml file and set the version number on line #11 to include -SNAPSHOT. For example, 1.12.1-SNAPSHOT.

  4. Make changes to clouddocs-maven-plugin.

  5. Run this command to build clouddocs-maven-plugin locally:

    mvn clean install

  6. Run this command to clone the api-site:

    git clone https://git.openstack.org/openstack/api-site

  7. CD into the api-site directory.

  8. Edit the pom.xml file and set the version number on line #42 to the same version number as in the clouddocs-maven-plugin pom.xml file. For example, 1.12.1-SNAPSHOT.

  9. Run the following command to build the api-site locally:

    mvn clean generate-sources -U

    The -U switch picks up the local build of clouddocs-maven-plugin.

How Tos

Description
RETIRED, Maven plugin for DocBook conversion
Readme 25 MiB