You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/28 21:13:27 UTC

maven git commit: fixed site generation

Repository: maven
Updated Branches:
  refs/heads/master e076fd264 -> 4eb8bd60c


fixed site generation

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

Branch: refs/heads/master
Commit: 4eb8bd60c2aa66c08c4ce636a1dd5b485bdad30c
Parents: e076fd2
Author: Herv� Boutemy <hb...@apache.org>
Authored: Sat May 28 23:13:23 2016 +0200
Committer: Herv� Boutemy <hb...@apache.org>
Committed: Sat May 28 23:13:23 2016 +0200

----------------------------------------------------------------------
 pom.xml           |  5 +++++
 src/site/site.xml | 15 ---------------
 2 files changed, 5 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/4eb8bd60/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2ba3018..bf3aa61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,6 +486,11 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>1.3.1</version><!-- failure with 1.4.1 when building site-->
+        </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
         <plugin>
           <groupId>org.eclipse.m2e</groupId>

http://git-wip-us.apache.org/repos/asf/maven/blob/4eb8bd60/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 321eef3..a9d2e93 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,21 +23,6 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
   name="Apache Maven">
 
-  <bannerLeft>
-    <name>${project.name}</name>
-    <src>https://maven.apache.org/images/apache-maven-project.png</src>
-    <href>https://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>https://maven.apache.org/images/maventxt_logo_200.gif</src>
-  </bannerRight>
-
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.3.0</version>
-  </skin>
-
   <body>
     <breadcrumbs>
       <item name="Ref" href="../" />