You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by vr...@apache.org on 2015/10/11 18:05:42 UTC

[27/29] incubator-apex-core git commit: APEX-186 Enable license header check in Travis CI.

APEX-186 Enable license header check in Travis CI.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/14df1c6d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/14df1c6d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/14df1c6d

Branch: refs/heads/feature-module
Commit: 14df1c6d6bc222759655fde4a125e181cdc43630
Parents: e5a0184
Author: Thomas Weise <th...@datatorrent.com>
Authored: Fri Oct 9 11:29:21 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Fri Oct 9 11:29:21 2015 -0700

----------------------------------------------------------------------
 .travis.yml | 2 ++
 pom.xml     | 3 +++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/14df1c6d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9b18190..5540704 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,8 @@
 
 language: java
 
+script: mvn apache-rat:check verify -Dlicense.skip=false
+
 notifications:
   slack:
     secure: GlWD2EjgNC6Lg2DtAfZuKhg2RTHE0FMeyfHH24D7TKmV49gRVTzTTqvExwOdLLYDDIu966eOF5w90/PfiD11A4rpm6+WyjRHDkpOhTyjBKWc2btMqNwiP1hRf2uKEG6A+RgszaQJ4HkGiMxIpDJ3o/jaTpBseOeA399t8Z7Pkd6obXVAEMcnm2XtfUPzIBqGblVkiecS3OzbkzjKWaOG6+nlp+ajVO7MazsOR05JNZ1MXnDOK/Qq/7xLBtweF4r/O8okyg52fST4pGqk4JTTI++bVFoRySpjNWSSJbdrfkWG/7h0sfqMcwMj8TpZqojcCuTvZih+IyPZwX3MP6Ls4bF6OFcD3BvWg049WbstA6ZdKnVW9fOiJoJ+Bx9gNI0tKtYeDt/8nMBfSRVMmzRVEGdTOEEpFs7n79OVVytwbp8qYFU+waqlG1/tMQvCclSaxuY8d236Ybg410KLiMQ0YhQ8ZaTVagHu2l0KrfV16Xq3/CRsolHa8k7PxDzmCxdi07Ao/mrorQLmJWoc7FkxEw6ZrEGHP17HTn5uidoTkANgGak4AVgrJm6zLKdAERxvr1KMnfyuJLT1ZK1x73SV+3EpdzcMLxvq2dMaBpZcfARiYB04EwSHVBdm/D0AIZtRL2s1rG85y1OtCkDMd04ZEvbwdKYZ+fD+HjTn7Zo7AKM=

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/14df1c6d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e738908..e75d3c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,9 @@
             <email>dev@apex.incubator.apache.org</email>
           </properties>
           <excludes>
+            <exclude>DISCLAIMER</exclude>
+            <exclude>LICENSE</exclude>
+            <exclude>NOTICE</exclude>
             <exclude>license.txt</exclude>
             <exclude>**/*.md</exclude>
             <exclude>**/*.txt</exclude>