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 03:09:47 UTC

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

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

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


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

commit 02b9fb6637bd2562f0b0a874a5c8048d7e095a0d
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Sat Apr 11 20:09:35 2020 -0700

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

diff --git a/.travis.yml b/.travis.yml
index e7582d5..4b5b2d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -136,7 +136,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 8323040..80b0307 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1905,6 +1905,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