Add analystics to aggregate javadoc profile (so it only targeted on actual release deployment.)

This commit is contained in:
Jesse McConnell 2013-01-25 11:26:25 -06:00
parent 4a1a4700c3
commit c00e8d0283
1 changed files with 14 additions and 0 deletions

14
pom.xml
View File

@ -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>