align skin version in submodules

Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/d68014c4
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/d68014c4
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/d68014c4

Branch: refs/heads/master
Commit: d68014c4b6686e942fb933dfedaf9770ff088c1c
Parents: 3c61839
Author: olivier lamy <ol...@apache.org>
Authored: Tue Dec 11 21:59:20 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Dec 11 21:59:20 2012 +0100

----------------------------------------------------------------------
 maven-surefire-plugin/src/site/site.xml        |   14 +-------------
 maven-surefire-report-plugin/src/site/site.xml |    5 -----
 pom.xml                                        |   10 ++++++++++
 src/site/site.xml                              |   10 ++++++++++
 4 files changed, 21 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/d68014c4/maven-surefire-plugin/src/site/site.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/src/site/site.xml 
b/maven-surefire-plugin/src/site/site.xml
index 04a0372..2058dfe 100644
--- a/maven-surefire-plugin/src/site/site.xml
+++ b/maven-surefire-plugin/src/site/site.xml
@@ -23,20 +23,8 @@
          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";>
 
-  <bannerLeft>
-    <name>${project.name}</name>
-    <src>http://maven.apache.org/images/apache-maven-project.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maventxt_logo_200.gif</src>
-  </bannerRight>
 
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.0</version>
-  </skin>
+
 
   <body>
     <menu name="Overview">

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/d68014c4/maven-surefire-report-plugin/src/site/site.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/src/site/site.xml 
b/maven-surefire-report-plugin/src/site/site.xml
index 34ef910..65ad070 100644
--- a/maven-surefire-report-plugin/src/site/site.xml
+++ b/maven-surefire-report-plugin/src/site/site.xml
@@ -20,11 +20,6 @@
   -->
 
 <project>
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.0</version>
-  </skin>
 
   <body>
     <menu name="Overview">

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/d68014c4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fa636bd..e7475ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,6 +333,16 @@
     </pluginManagement>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.6</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <profiles>
     <profile>
       <id>reporting</id>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/d68014c4/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 91b85e1..3df239d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -20,6 +20,16 @@
 -->
 
 <project name="Surefire">
+
+  <bannerLeft>
+    <name>${project.name}</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maventxt_logo_200.gif</src>
+  </bannerRight>
+
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>

Reply via email to