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 488f754048cd94856b7e4f47d96f131f984f5e6d
Author: Jean-Louis Monteiro <jlmonte...@tomitribe.com>
AuthorDate: Mon Jun 27 14:28:13 2022 +0200

    Comment out javadoc generation for this version because it fails for some 
weird reason
---
 container/openejb-jee/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/container/openejb-jee/pom.xml b/container/openejb-jee/pom.xml
index 75e33dd05c..f5910fd12d 100644
--- a/container/openejb-jee/pom.xml
+++ b/container/openejb-jee/pom.xml
@@ -126,5 +126,17 @@
       </build>
     </profile>
   </profiles>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${javadoc.version}</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>
 

Reply via email to