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/28 04:25:41 UTC

[tomee] branch master updated: Skip javadoc as a whole for this milestone. It needs a lot more work to pass

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


The following commit(s) were added to refs/heads/master by this push:
     new 6807a122db Skip javadoc as a whole for this milestone. It needs a lot more work to pass
6807a122db is described below

commit 6807a122db0cd4f686291983ac72b8649bdfc349
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue Jun 28 06:25:33 2022 +0200

    Skip javadoc as a whole for this milestone. It needs a lot more work to pass
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 9f8eaf3371..590d143904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -983,6 +983,7 @@
               <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>
+              <skip>true</skip>
             </configuration>
           </plugin>
         </plugins>