You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/01/03 00:36:19 UTC

[jira] [Commented] (MPOM-125) replace old urchin tracking with Sitetools standard googleAnalytics tracking

    [ https://issues.apache.org/jira/browse/MPOM-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16308926#comment-16308926 ] 

Hudson commented on MPOM-125:
-----------------------------

Build succeeded in Jenkins: Maven TLP » maven-apache-parent » master #5

See https://builds.apache.org/job/maven-box/job/maven-apache-parent/job/master/5/

> replace old urchin tracking with Sitetools standard googleAnalytics tracking
> ----------------------------------------------------------------------------
>
>                 Key: MPOM-125
>                 URL: https://issues.apache.org/jira/browse/MPOM-125
>             Project: Maven POMs
>          Issue Type: Improvement
>          Components: maven
>    Affects Versions: MAVEN-27
>            Reporter: Hervé Boutemy
>            Assignee: Hervé Boutemy
>             Fix For: MAVEN-30
>
>
> currently, there is an old urchin.js tracking javascript snippet in site.xml head
> {code:xml}  <body>
>  	    <head>
>  	      <script src="https://www.google-analytics.com/urchin.js" type="text/javascript">
>  	      </script>
>  	      <script type="text/javascript">
>  	        _uacct = "UA-140879-1";
>  	        urchinTracker();
>  	      </script>
>  	    </head>{code}
> but since a good number of Maven Site Plugin versions, there is an official googleAnalytics feature that does a better job, with async js: see DOXIASITETOOLS-41 and {{googleAnalyticsAccountId}} element in [site.xml|http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/decoration.html#class_project]
> it's time to use the feature to replace the old hack



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)