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 13:11:34 UTC

[tomee] branch master updated: Skip attach-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 9ba02d04fb Skip attach-javadoc as a whole for this milestone. It needs a lot more work to pass
9ba02d04fb is described below

commit 9ba02d04fb224f5f3704edf34fab4dff10f8444a
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Mon Jun 27 15:11:26 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index a097084abe..9f8eaf3371 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,6 +505,13 @@
           -->
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>