You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/10/10 08:01:11 UTC

[2/4] activemq-artemis git commit: Remove some redundant rat-plugin exclusions

Remove some redundant rat-plugin exclusions


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

Branch: refs/heads/master
Commit: b7b3ff7f31c9766484a7d845233cfda8a032fa65
Parents: b2fe246
Author: Ville Skytt� <vi...@iki.fi>
Authored: Sat Oct 8 11:38:30 2016 +0300
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Oct 10 10:01:01 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b7b3ff7f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 96c1187..b1c81ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1272,7 +1272,6 @@
                   <exclude>**/.editorconfig</exclude>
                   <exclude>**/.checkstyle</exclude>
                   <exclude>**/.factorypath</exclude>
-                  <exclude>ratReport.txt</exclude>
                   <exclude>**/org.apache.activemq.artemis.cfg</exclude>
                   <!-- activemq5 unit tests exclude -->
                   <exclude>**/*.data</exclude>
@@ -1288,7 +1287,6 @@
                   <exclude>**/npm-shrinkwrap.json</exclude>
 
                   <!-- things from cmake on the native build -->
-                  <exclude>**/CMakeCache.txt</exclude>
                   <exclude>**/CMakeFiles/</exclude>
                   <exclude>**/Makefile</exclude>
                   <exclude>**/cmake_install.cmake</exclude>