This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch feature/RAT-397
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/feature/RAT-397 by this push:
     new 2aee6060 RAT-397: Start migration to new site/skin structure
2aee6060 is described below

commit 2aee606062ffff040f308c2a40d34718104d79f7
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Nov 7 23:32:26 2024 +0100

    RAT-397: Start migration to new site/skin structure
---
 pom.xml           |  5 +----
 src/site/site.xml | 30 ++++++++++++++++++------------
 2 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 158de080..9725c55c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,10 +438,7 @@ agnostic home for software distribution comprehension and 
audit tools.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.12.1</version>
-          <configuration>
-            <relativizeDecorationLinks>false</relativizeDecorationLinks>
-          </configuration>
+          <version>3.21.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>
diff --git a/src/site/site.xml b/src/site/site.xml
index 76443f91..fbe19b9f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -15,20 +15,26 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/DECORATION/1.3.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="https://maven.apache.org/DECORATION/1.3.0 
https://maven.apache.org/xsd/decoration-1.3.0.xsd";
-         name="Apache Rat&amp;trade;">
-  <bannerLeft>
-    <title>The Apache Software Foundation</title>
-    <name>The Apache Software Foundation</name>
-    <src>https://www.apache.org/img/asf_logo.png</src>
-    <href>https://www.apache.org/</href>
+<site
+        xmlns="http://maven.apache.org/SITE/2.0.0";
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+        xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
+        name="Apache Rat\u2122- A Release Audit Tool">
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <!-- version is managed in pom.xml in order to be grabbed by dependabot -->
+  </skin>
+
+  <bannerLeft name="Apache Rat" href="https://www.apache.org/";>
+    <image src="https://www.apache.org/img/asf_logo.png"; alt="The Apache 
Software Foundation"/>
   </bannerLeft>
 
   <poweredBy>
-      <logo name="Maven"
-            href="https://maven.apache.org/";
-            img="https://maven.apache.org/images/logos/maven-feather.png"/>
+    <logo name="Maven"
+          href="https://maven.apache.org/";>
+      <image src="https://maven.apache.org/images/logos/maven-feather.png"; />
+    </logo>
   </poweredBy>
 
   <body>
@@ -134,4 +140,4 @@
       Oracle and Java are registered trademarks of Oracle and/or its 
affiliates.
       All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</footer>
   </body>
-</project>
+</site>
\ No newline at end of file

Reply via email to