Updated Branches: refs/heads/master fa7ffad8f -> 6c5e5346d
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/6c5e5346 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/6c5e5346 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/6c5e5346 Branch: refs/heads/master Commit: 6c5e5346d0ad16401923a5fcac8378ea5f6f47ff Parents: fa7ffad 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:43 2013 -0700 ---------------------------------------------------------------------- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/6c5e5346/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7dc9a09..c36f16b 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>
