This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-minho.git
The following commit(s) were added to refs/heads/main by this push:
new 7c45c87 Skip javadoc generation in minho-jmx module
7c45c87 is described below
commit 7c45c871bd3283cd9884beb95e5489c13c8fdb64
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jan 4 11:23:30 2023 +0100
Skip javadoc generation in minho-jmx module
---
services/minho-jmx/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/services/minho-jmx/pom.xml b/services/minho-jmx/pom.xml
index 5db97fa..c509fdf 100644
--- a/services/minho-jmx/pom.xml
+++ b/services/minho-jmx/pom.xml
@@ -32,6 +32,10 @@
<artifactId>minho-jmx</artifactId>
<name>Apache Karaf Minho :: Services :: JMX</name>
+ <properties>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>