Disable Disqus comments on HA Guide

Note that this works since the Jenkins jobs does not pass
-Dcomments.enabled to the job like all the other jobs.

Change-Id: I02261d507d9a49a7fa1fe0cc39ad1ae89c3b8423
This commit is contained in:
Andreas Jaeger 2013-12-30 18:44:36 +01:00
parent f88fe5f691
commit 8871efaaa3

View File

@ -14,7 +14,7 @@
<properties>
<!-- This is set by Jenkins according to the branch. -->
<release.path.name>trunk</release.path.name>
<comments.enabled>1</comments.enabled>
<comments.enabled>0</comments.enabled>
</properties>
<!-- ################################################ -->
<!-- USE "mvn clean generate-sources" to run this POM -->