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 <[email protected]> Authored: Mon Jun 10 11:45:49 2013 -0700 Committer: Andrew Bayer <[email protected]> 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>
