Updated Branches: refs/heads/1.6.x 3abefe8f2 -> 886468bb6
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/3c4d7c9b Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/3c4d7c9b Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/3c4d7c9b Branch: refs/heads/1.6.x Commit: 3c4d7c9bf097f547e7c8077702a18dd90d1e7a75 Parents: 3abefe8 Author: Andrew Bayer <[email protected]> Authored: Mon Jun 10 11:45:49 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Mon Jun 10 11:45:49 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/3c4d7c9b/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 6327b40..7fdd314 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>
