Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-01-25 17:26:25 +0000
committerJesse McConnell2013-01-25 17:26:25 +0000
commitc00e8d02830c50464818746e76584913223b087b (patch)
treedf4661681f0b329e1e283226bf5cee8f2578feb2
parent4a1a4700c343b6e1eeed659ff56f867794c765e1 (diff)
downloadorg.eclipse.jetty.project-c00e8d02830c50464818746e76584913223b087b.tar.gz
org.eclipse.jetty.project-c00e8d02830c50464818746e76584913223b087b.tar.xz
org.eclipse.jetty.project-c00e8d02830c50464818746e76584913223b087b.zip
Add analystics to aggregate javadoc profile (so it only targeted on actual release deployment.)
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a9df1ef123..6c9680195d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -757,6 +757,20 @@
<head />
</tag>
</tags>
+ <header>
+ <![CDATA[
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-1149868-7']);
+ _gaq.push(['_trackPageview']);
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ ]]>
+ </header>
</configuration>
</plugin>
</plugins>

Back to the top