Updated Branches:
  refs/heads/1.5.x 352480d37 -> 181659415

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/2ba1a9bc
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/2ba1a9bc
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/2ba1a9bc

Branch: refs/heads/1.5.x
Commit: 2ba1a9bcbb7bde2db7284cb2cfef2d51bd64b599
Parents: 352480d
Author: Andrew Bayer <[email protected]>
Authored: Mon Jun 10 11:45:49 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Tue Jun 11 09:30:52 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/2ba1a9bc/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index f63849c..b159346 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -141,7 +141,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>

Reply via email to