Author: ssmiweve
Date: 2008-02-20 15:25:52 +0100 (Wed, 20 Feb 2008)
New Revision: 6150

Added:
   trunk/src/site/site.xml
Removed:
   trunk/src/site/resources/
Modified:
   trunk/pom.xml
Log:
SEARCH-4126 - Sesat maven site skin for submodules


Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2008-02-20 14:15:56 UTC (rev 6149)
+++ trunk/pom.xml       2008-02-20 14:25:52 UTC (rev 6150)
@@ -626,6 +626,9 @@
             <plugin>
               <groupId>org.codehaus.mojo</groupId>
               <artifactId>cobertura-maven-plugin</artifactId>
+                <configuration>
+                    <aggregate>true</aggregate>
+                </configuration>
             </plugin>
         </plugins>
     </reporting>

Added: trunk/src/site/site.xml
===================================================================
--- trunk/src/site/site.xml                             (rev 0)
+++ trunk/src/site/site.xml     2008-02-20 14:25:52 UTC (rev 6150)
@@ -0,0 +1,17 @@
+<project name="${project.name}">
+  <version position="left"/>
+  <body>
+    <breadcrumbs>
+      <item name="Sesat" href="http://sesat.no"/>
+    </breadcrumbs>
+    <menu ref="parent" />
+    <menu ref="modules" />
+    <menu ref="reports" />
+  </body>
+  <skin>
+    <groupId>sesat</groupId>
+    <artifactId>sesat-kernel-maven-site-skin</artifactId>
+    <!--version>${project.version}</version-->
+    <version>2.17-SNAPSHOT</version>
+  </skin>
+</project>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to