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

nju_yaho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c9c3df  KYLIN-3725 disable javadoc check for all profiles
5c9c3df is described below

commit 5c9c3dfb8dbd665d864a036f9cbbc845edc2c172
Author: kyotoYaho <nju_y...@apache.org>
AuthorDate: Mon Jan 7 15:39:42 2019 +0800

    KYLIN-3725 disable javadoc check for all profiles
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4db72bd..1bca3f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1262,6 +1262,13 @@
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <excludePackageNames>org.apache.kylin.*</excludePackageNames>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>net.alchim31.maven</groupId>
         <artifactId>scala-maven-plugin</artifactId>
         <!-- uncomment this on release -->
@@ -1382,13 +1389,6 @@
             </executions>
           </plugin>
           <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <configuration>
-              <excludePackageNames>org.apache.kylin.*</excludePackageNames>
-            </configuration>
-          </plugin>
-          <plugin>
             <groupId>de.thetaphi</groupId>
             <artifactId>forbiddenapis</artifactId>
             <configuration>

Reply via email to