Repository: activemq-artemis
Updated Branches:
  refs/heads/master 7ee0f559c -> e608f24bf


Add m2e generated things to rat excludes


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/e608f24b
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e608f24b
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e608f24b

Branch: refs/heads/master
Commit: e608f24bfb5dde05c5dafaa06ea2a90d65f70662
Parents: 7ee0f55
Author: Daniel Kulp <[email protected]>
Authored: Tue Jun 9 12:44:42 2015 -0400
Committer: Daniel Kulp <[email protected]>
Committed: Tue Jun 9 12:46:54 2015 -0400

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e608f24b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bb54458..fd608b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -949,6 +949,11 @@
                   <exclude>**/*.jks</exclude>
                   
<exclude>**/org/apache/activemq/artemis/utils/json/**</exclude>
                   
<exclude>**/org/apache/activemq/artemis/utils/Base64.java</exclude>
+                  <exclude>**/.settings/**</exclude>
+                  <exclude>**/.project</exclude>
+                  <exclude>**/.classpath</exclude>
+                  <exclude>**/.checkstyle</exclude>
+                  <exclude>**/.factorypath</exclude>
                   <exclude>ratReport.txt</exclude>
                   <!-- activemq5 unit tests exclude -->
                   <exclude>**/*.data</exclude>

Reply via email to