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ä <[email protected]> Authored: Sat Oct 8 11:38:30 2016 +0300 Committer: Clebert Suconic <[email protected]> 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>
