Update of pom.xml files

* Add canonicalUrlBase everywhere
* Add glossaryCollection everywhere - this will not build the glossary,
  but make glossterms work and silence build warnings
* Remove profileSecurity and security settings, we should always use the
  default of external.

Closes-Bug: #1273135

Change-Id: Ib81654070b9c58314815dbc45711a8875fec31b1
This commit is contained in:
Andreas Jaeger
2014-01-28 17:22:02 +01:00
parent 607aee1e59
commit cf2e45935d

View File

@@ -64,6 +64,8 @@
</execution>
</executions>
<configuration>
<canonicalUrlBase>http://docs.openstack.org/training-guides/content/</canonicalUrlBase>
<glossaryCollection>${basedir}/../glossary/glossary-terms.xml</glossaryCollection>
<branding>openstack</branding>
<showXslMessages>true</showXslMessages>
</configuration>