Author: bdekruijff at gmail.com
Date: Fri Nov 5 18:48:06 2010
New Revision: 252
Log:
AMDATU-156 Added custom site descriptor with explicit skin version
Added:
trunk/src/site/
trunk/src/site/site.xml
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Fri Nov 5 18:48:06 2010
@@ -836,6 +836,11 @@
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.1.1</version>
+ </plugin>
+
</plugins>
</build>
@@ -856,6 +861,7 @@
<version>2.7</version>
<configuration>
<show>public</show>
+ <detectOfflineLinks>false</detectOfflineLinks>
</configuration>
</plugin>
Added: trunk/src/site/site.xml
==============================================================================
--- (empty file)
+++ trunk/src/site/site.xml Fri Nov 5 18:48:06 2010
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-stylus-skin</artifactId>
+ <version>1.2</version>
+ </skin>
+ <publishDate position="right"/>
+ <version position="right"/>
+ <body>
+ <menu ref="parent" inherit="top" />
+ <menu ref="modules" inherit="top" />
+ <menu ref="reports" inherit="top" />
+ </body>
+</project>
\ No newline at end of file