You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/06/27 12:16:54 UTC

[tomee] 01/02: Downgrade javadoc plugin as the upgrade seems to be worse

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 600b9a1a2cdc9a8717d55e2fc35e850a74b3ee76
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Mon Jun 27 14:15:51 2022 +0200

    Downgrade javadoc plugin as the upgrade seems to be worse
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 025d4a9486..f066278f79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,7 @@
     <jackson.dataformat.version>2.13.2</jackson.dataformat.version>
 
     <!-- Javadoc & Asciidoclet -->
-    <javadoc.version>3.0.1</javadoc.version>
+    <javadoc.version>3.3.2</javadoc.version>
     <asciidoclet.version>1.5.0</asciidoclet.version>
 
     <maven.compiler.source>11</maven.compiler.source>
@@ -974,6 +974,8 @@
                 <additionalOption>--attribute "version=${project.version}"</additionalOption>
               </additionalOptions>
               <doclint>none</doclint> <!-- Doclint is enabled by default in java 8+, this conf is needed disable it till a rewrite of javadoc is done (https://www.oracle.com/technetwork/java/javase/documentation/index-137868.html#format)-->
+              <quiet>true</quiet>
+              <source>11</source>
             </configuration>
           </plugin>
         </plugins>