</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <version>3.3</version>
- </plugin>
</plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.3</version>
+ <dependencies>
+ <dependency><!-- add support for ssh/scp -->
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
<reporting>
<project>
+ <googleAnalyticsAccountId>UA-571104-3</googleAnalyticsAccountId>
<body>
- <head>
- <script type="text/javascript"><![CDATA[<!--
-
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-571104-3']);
- _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>
- </head>
- <menu name="Overview">
- <item name="Introduction" href="index.html"/>
+ <menu>
<item name="Configuration Examples" href="configuration.html"/>
<item name="Parameter Documentation" href="export-mojo.html"/>
<item name="Enable Debug-Output" href="debugging.html"/>
<item name="Known Pitfalls (FAQ)" href="pitfalls.html"/>
</menu>
<menu ref="reports"/>
- <breadcrumbs>
- <item name="juplo" href="http://juplo.de"/>
- </breadcrumbs>
</body>
+ <skin>
+ <groupId>de.juplo</groupId>
+ <artifactId>juplo-maven-skin</artifactId>
+ </skin>
</project>