Skip to content

Commit 5decd6d

Browse files
committed
configure analytics.apache.org waiting for parent POM 10
1 parent 74f9e95 commit 5decd6d

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/site/site.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,26 @@
66
name="Plexus">
77
<version position="none" />
88

9-
<skin>
9+
<skin><!-- TODO remove when upgrading parent POM to 10 -->
1010
<groupId>org.apache.maven.skins</groupId>
1111
<artifactId>maven-fluido-skin</artifactId>
12-
<version>1.9</version>
12+
<version>1.11.0</version>
1313
</skin>
1414

1515
<custom>
16+
<matomo><!-- TODO remove when upgrading parent POM to 10 -->
17+
<siteId>18</siteId>
18+
<url>https://analytics.apache.org/</url>
19+
<options>
20+
<disableCookies/>
21+
<trackPageView/>
22+
<enableLinkTracking/>
23+
</options>
24+
</matomo>
1625
<fluidoSkin>
1726
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
1827
<googleSearch>
19-
<sitesearch>http://codehaus-plexus.github.io/</sitesearch>
28+
<sitesearch>https://codehaus-plexus.github.io/</sitesearch>
2029
</googleSearch>
2130
</fluidoSkin>
2231
</custom>

0 commit comments

Comments
 (0)