You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2020/04/12 01:12:08 UTC

[druid] branch master updated: Skip license check for dependency reduced pom files (#9687)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6a52bdc  Skip license check for dependency reduced pom files (#9687)
6a52bdc is described below

commit 6a52bdc6058e045270431c7e23f0c07f8a4b98c9
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Sat Apr 11 18:11:53 2020 -0700

    Skip license check for dependency reduced pom files (#9687)
---
 .travis.yml | 2 +-
 pom.xml     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dc87948..45caa74 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -127,7 +127,7 @@ jobs:
       install: skip
       before_script: *setup_generate_license
       script: >
-        MAVEN_OPTS='-Xmx3000m' ${MVN} clean install -Pdist -Pbundle-contrib-exts --fail-at-end
+        MAVEN_OPTS='-Xmx3000m' ${MVN} clean install -Prat -Pdist -Pbundle-contrib-exts --fail-at-end
         -pl '!benchmarks' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS} -Ddruid.console.skip=false -T1C
 
     - <<: *package
diff --git a/pom.xml b/pom.xml
index 02bb5bc..4ab46a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1908,6 +1908,7 @@
                                 <exclude>src/**/*.snap</exclude>
                                 <exclude>examples/conf/**</exclude>
                                 <exclude>.asf.yaml</exclude>
+                                <exclude>**/dependency-reduced-pom.xml</exclude>
                             </excludes>
                         </configuration>
                     </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org