Update pom.xml

Properly setup profiling so that the guide is only build for Ubuntu and
not all distros together.

Disable commenting, it's not in use for training-guides.

Change-Id: Idc443d9fbcb75451db0d8a1f80fac75b37678843
This commit is contained in:
Andreas Jaeger 2014-11-26 11:21:38 +01:00
parent 875505a6de
commit b6df264fa9

View File

@ -13,8 +13,8 @@
<properties>
<!-- This is set by Jenkins according to the branch. -->
<release.path.name>local</release.path.name>
<comments.enabled>1</comments.enabled>
<profileOs>ubuntu</profileOs>
<comments.enabled>0</comments.enabled>
<profile.os>ubuntu</profile.os>
</properties>
<!-- ################################################ -->
@ -75,6 +75,7 @@
<canonicalUrlBase>http://docs.openstack.org/training-guides/content</canonicalUrlBase>
<glossaryCollection>${basedir}/../glossary/glossary-terms.xml</glossaryCollection>
<branding>openstack</branding>
<profileOs>${profile.os}</profileOs>
<showXslMessages>true</showXslMessages>
</configuration>
</plugin>