You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ab...@apache.org on 2013/06/13 01:44:50 UTC

[2/2] git commit: Add license headers to src/test/resources where possible, more fine-grained RAT exclusions

Add license headers to src/test/resources where possible, more fine-grained RAT exclusions


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/commit/00aed624
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/00aed624
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/00aed624

Branch: refs/heads/master
Commit: 00aed624aa179fb42c077bcd217ff5954a600bd0
Parents: 404b407
Author: Andrew Bayer <an...@gmail.com>
Authored: Mon Jun 10 11:45:49 2013 -0700
Committer: Andrew Bayer <an...@gmail.com>
Committed: Wed Jun 12 16:44:45 2013 -0700

----------------------------------------------------------------------
 project/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/00aed624/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 6b46e07..683e1c5 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -147,7 +147,13 @@
         <configuration>
           <excludes>
             <!-- expectation files for unit tests -->
-            <exclude>**/src/test/resources/**</exclude>
+            <exclude>**/src/test/resources/**/*.sh</exclude>
+            <exclude>**/src/test/resources/**/*.bat</exclude>
+            <exclude>**/src/test/resources/**/*.cmd</exclude>
+            <exclude>**/src/test/resources/**/*.txt</exclude>
+            <exclude>**/src/test/resources/**/*.gz</exclude>
+            <exclude>**/src/test/resources/**/*.xml</exclude>
+            <exclude>**/src/test/resources/**/*.json</exclude>
 
             <!-- prevent duplicating license -->
             <exclude>**/LICENSE.txt</exclude>