Updated Branches:
  refs/heads/1.6.x 0c8e0f493 -> 11982bb6c

Adding DEPENDENCIES to rat exclude


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/commit/11982bb6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/tree/11982bb6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/diff/11982bb6

Branch: refs/heads/1.6.x
Commit: 11982bb6c283fbc8d49e69c9ba98f81516f590f7
Parents: 0c8e0f4
Author: Andrew Bayer <[email protected]>
Authored: Tue Jun 11 09:31:52 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Tue Jun 11 09:31:52 2013 -0700

----------------------------------------------------------------------
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/11982bb6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 43a0704..0efa214 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,10 +113,20 @@
         </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>

Reply via email to