This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.18.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.18.x by this push:
new fbc79d3ae Skip javadoc in activemq-client-jakarta
fbc79d3ae is described below
commit fbc79d3aed830f5c971aa9b369e6071259b7e198
Author: JB Onofré <[email protected]>
AuthorDate: Sun Apr 9 07:11:38 2023 +0200
Skip javadoc in activemq-client-jakarta
---
activemq-client-jakarta/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/activemq-client-jakarta/pom.xml b/activemq-client-jakarta/pom.xml
index a89b71ddd..3849d7a6b 100644
--- a/activemq-client-jakarta/pom.xml
+++ b/activemq-client-jakarta/pom.xml
@@ -69,6 +69,9 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <properties>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
+ </properties>
<build>
<plugins>
<plugin>