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 06:45:44 UTC

[maven-dist-tool] branch doxia-next created (now 9b09adc)

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

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


      at 9b09adc  Fix Doxia 2 issues

This branch includes the following new commits:

     new 9b09adc  Fix Doxia 2 issues

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-dist-tool] 01/01: Fix Doxia 2 issues

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9b09adcc35789ee9816ae547d5db6fb3bf128079
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" />