From 65261dfa32129cd10ee51ce87b29eb3d69e324bd Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 26 Mar 2012 10:47:51 +0000
Subject: [PATCH] Allow the Google Analytics ID to be overridden
---
opendj3/pom.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index f3c2e93..ed2dd6f 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -105,6 +105,7 @@
<docTargetVersion>2.5.0</docTargetVersion>
<siteDistributionURL>scp://forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</siteDistributionURL>
<i18nFrameworkVersion>1.4.0</i18nFrameworkVersion>
+ <gaId>UA-23412190-8</gaId>
</properties>
<build>
<plugins>
@@ -115,7 +116,7 @@
<inherited>false</inherited>
<configuration>
<projectName>OpenDJ</projectName>
- <googleAnalyticsId>UA-23412190-8</googleAnalyticsId>
+ <googleAnalyticsId>${gaId}</googleAnalyticsId>
</configuration>
<executions>
<execution>
--
Gitblit v1.10.0