[ 
https://issues.apache.org/jira/browse/MPOM-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hervé Boutemy updated MPOM-125:
-------------------------------
    Description: 
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

  was:
currently, there is an old urchin.js tracking javascript snippet in site.xml 
head

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

it's time to use the feature to replace the old hack


> 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.3.4#6332)

Reply via email to