Updated Branches:
  refs/heads/1.5.x 4da8857c0 -> 6aa8d1256

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/6aa8d125
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/6aa8d125
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/6aa8d125

Branch: refs/heads/1.5.x
Commit: 6aa8d12565f7dc6131506d33c6b5b2f7efbf240c
Parents: 4da8857
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:49 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/6aa8d125/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 671b24a..4e9bca7 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>

Reply via email to