Project-Documentation now uses the own skin juplo-skin
authorKai Moritz <kai@juplo.de>
Wed, 9 Oct 2013 19:37:58 +0000 (21:37 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 9 Oct 2013 21:24:40 +0000 (23:24 +0200)
pom.xml
src/site/site.xml

diff --git a/pom.xml b/pom.xml
index 7f07cc4..f4e0eef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </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>
index f54b001..f3e1996 100644 (file)
@@ -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"/>
       <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>