From e8f82b20d89b6ad253d0c85906bbb743354790ea Mon Sep 17 00:00:00 2001 From: Kai Moritz <kai@juplo.de> Date: Thu, 10 Oct 2013 22:57:39 +0200 Subject: [PATCH] Switched to new juplo-skin --- pom.xml | 17 ++++++++++++++++- src/site/site.xml | 27 ++++++--------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 8eb33bbd..459ce9e5 100644 --- a/pom.xml +++ b/pom.xml @@ -213,13 +213,28 @@ </executions> </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> <plugins> <plugin> <artifactId>maven-site-plugin</artifactId> - <version>2.1</version> + <version>3.3</version> <configuration> <siteDirectory>${project.build.directory}/filtered-site</siteDirectory> </configuration> diff --git a/src/site/site.xml b/src/site/site.xml index fcc59320..8d7c7d9f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,23 +1,7 @@ <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"/> @@ -25,9 +9,10 @@ <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> -- 2.20.1