You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/03/14 02:58:23 UTC

[incubator-dubbo] branch master updated: Merge pull request #3647, workaround to fix #3646.

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

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new ea3fbc8  Merge pull request #3647, workaround to fix #3646.
ea3fbc8 is described below

commit ea3fbc822a813428367c44b6f4bdb0e51b8429b1
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Thu Mar 14 10:58:17 2019 +0800

    Merge pull request #3647, workaround to fix #3646.
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 545932b..014bc87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,6 +197,15 @@
 
     <profiles>
         <profile>
+            <id>javadoc-lint</id>
+            <activation>
+                <jdk>[1.8,)</jdk>
+            </activation>
+            <properties>
+                <doclint>none</doclint>
+            </properties>
+        </profile>
+        <profile>
             <id>checkstyle</id>
             <activation>
                 <jdk>[1.8,)</jdk>