You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2021/12/22 11:49:26 UTC

[rocketmq-streams] branch main updated: maven javadoc skip set true

This is an automated email from the ASF dual-hosted git repository.

zhoubo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git


The following commit(s) were added to refs/heads/main by this push:
     new 9adb59d  maven javadoc skip set true
9adb59d is described below

commit 9adb59d9e645115a62613cd5c9ea096992b434fa
Author: odbozhou <87...@qq.com>
AuthorDate: Wed Dec 22 19:48:22 2021 +0800

    maven javadoc skip set true
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 2fc1505..5f5241c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,7 @@
         <commons-lang.version>2.5</commons-lang.version>
         <elasticsearch.version>7.4.0</elasticsearch.version>
         <kafka.version>1.1.0</kafka.version>
+        <maven.javadoc.skip>true</maven.javadoc.skip>
     </properties>