Updated Branches: refs/heads/1.6.x a7e2207f5 -> c719369e7
Adding DEPENDENCIES to rat exclude Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/c719369e Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/c719369e Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/c719369e Branch: refs/heads/1.6.x Commit: c719369e7f6507d5283717b7449e9741a7abef79 Parents: a7e2207 Author: Andrew Bayer <[email protected]> Authored: Tue Jun 11 09:32:43 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue Jun 11 09:32:54 2013 -0700 ---------------------------------------------------------------------- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/c719369e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ba37de9..d02f0a8 100644 --- a/pom.xml +++ b/pom.xml @@ -72,10 +72,20 @@ limitations under the License. </executions> <configuration> <excludes> + + <!-- prevent duplicating license --> + <exclude>**/LICENSE.txt</exclude> + <exclude>**/header.txt</exclude> + + <!-- high-level project metadata --> + <exclude>**/NOTICE.txt</exclude> + <exclude>**/DISCLAIMER</exclude> <exclude>**/BUILD.txt</exclude> <exclude>**/CHANGES.txt</exclude> - <exclude>**/NOTICE-src.txt</exclude> <exclude>**/README.md</exclude> + <exclude>**/README.txt</exclude> + <exclude>**/DEPENDENCIES</exclude> + <exclude>.git/**</exclude> <exclude>**/.gitignore</exclude> <exclude>**/*.json</exclude>
