You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/08/17 11:47:53 UTC

[maven-dist-tool] branch master updated: Fix Doxia 2 issues

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new 332e1a1  Fix Doxia 2 issues
332e1a1 is described below

commit 332e1a1493497c78669644a130632e0f96b30b42
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Aug 17 08:45:35 2022 +0200

    Fix Doxia 2 issues
---
 pom.xml                                                              | 4 ++--
 .../java/org/apache/maven/dist/tools/AbstractDistCheckReport.java    | 2 --
 src/site/site.xml                                                    | 5 +++++
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f766116..77842f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.4.0</version>
+          <version>3.4.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -225,7 +225,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.4.1</version>
       </plugin>
     </plugins>
   </build>
diff --git a/src/main/java/org/apache/maven/dist/tools/AbstractDistCheckReport.java b/src/main/java/org/apache/maven/dist/tools/AbstractDistCheckReport.java
index 668a5f9..24ea82e 100644
--- a/src/main/java/org/apache/maven/dist/tools/AbstractDistCheckReport.java
+++ b/src/main/java/org/apache/maven/dist/tools/AbstractDistCheckReport.java
@@ -381,9 +381,7 @@ public abstract class AbstractDistCheckReport
 
     private static void icon( Sink sink, String level )
     {
-        sink.figure();
         sink.figureGraphics( "images/" + level + ".gif" );
-        sink.figure_();
     }
     
     /**
diff --git a/src/site/site.xml b/src/site/site.xml
index 09a921b..31cf13f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,6 +23,11 @@ under the License.
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
   name="dist-tool">
+    <skin>
+      <groupId>org.apache.maven.skins</groupId>
+      <artifactId>maven-fluido-skin</artifactId>
+      <version>1.11.1</version>
+    </skin>
     <body>
         <menu name="Overwiev">
             <item name="Introduction" href="index.html" />