We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c5ac1 commit c680825Copy full SHA for c680825
src/site/site.xml
@@ -11,12 +11,21 @@
11
<skin>
12
<groupId>org.apache.maven.skins</groupId>
13
<artifactId>maven-fluido-skin</artifactId>
14
- <version>1.7</version>
+ <version>1.11.0</version>
15
</skin>
16
17
<edit>${project.scm.url}</edit>
18
19
<custom>
20
+ <matomo>
21
+ <siteId>18</siteId>
22
+ <url>https://analytics.apache.org/</url>
23
+ <options>
24
+ <disableCookies/>
25
+ <trackPageView/>
26
+ <enableLinkTracking/>
27
+ </options>
28
+ </matomo>
29
<fluidoSkin>
30
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
31
<googlePlusOne />
0 commit comments