use Fluido skin 1.7 with edit
diff --git a/pom.xml b/pom.xml
index eb2f0d3..6d849f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in scripting languages
     and to generate rebarbative content like descriptor, help and documentation.
   </description>
-  <url>http://maven.apache.org/plugin-tools</url>
+  <url>https://maven.apache.org/plugin-tools</url>
   <inceptionYear>2004</inceptionYear>
 
   <contributors>
@@ -58,10 +58,6 @@
     </contributor>
   </contributors>
 
-  <prerequisites>
-    <maven>2.2.1</maven>
-  </prerequisites>
-
   <modules>
     <module>maven-plugin-tools-generators</module>
     <module>maven-plugin-tools-api</module>
@@ -264,6 +260,11 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.7</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/plugin-tools/tags</tagBase>
diff --git a/src/site/site.xml b/src/site/site.xml
index 12aa568..b2e9c51 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,29 +19,16 @@
 under the License.
 -->
 
-<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">
-
-  <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/maven-logo-black-on-white.png</src>
-  </bannerRight>
+<project xmlns="https://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="https://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
 
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.5</version>
+    <version>1.7</version>
   </skin>
-
-  <custom>
-    <fluidoSkin>
-      <topBarEnabled>false</topBarEnabled>
-      <sideBarEnabled>true</sideBarEnabled>
-    </fluidoSkin>
-  </custom>
+  
+  <edit>${project.scm.url}</edit>
 
   <body>
     <breadcrumbs>