You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/03 03:27:26 UTC

[25/50] [abbrv] 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/4007ec58
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/4007ec58
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/4007ec58

Branch: refs/heads/master
Commit: 4007ec58e5aac2a4fc8ad8d6132a57116ee8e288
Parents: 78dc57d
Author: Thomas Weise <th...@datatorrent.com>
Authored: Fri Oct 9 11:29:21 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Sun Oct 11 20:03:00 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/4007ec58/.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/4007ec58/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f68dcb..2c14ce8 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>