Repository: activemq-6 Updated Branches: refs/heads/master ffc3db2c9 -> 23c4d78ea
added some exclusions to the RAT plugin for when users build and redirect the output to log files Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/cd78ce15 Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/cd78ce15 Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/cd78ce15 Branch: refs/heads/master Commit: cd78ce15a904bbea66d063ca30347a7c4b7d8c84 Parents: ffc3db2 Author: Andy Taylor <[email protected]> Authored: Mon Mar 23 09:12:55 2015 +0000 Committer: Andy Taylor <[email protected]> Committed: Mon Mar 23 09:12:55 2015 +0000 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-6/blob/cd78ce15/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ba8a045..ca5f988 100644 --- a/pom.xml +++ b/pom.xml @@ -944,6 +944,9 @@ <version>0.11</version> <configuration> <excludes> + <exclude>**/*.bin</exclude> + <exclude>**/*.log</exclude> + <exclude>**/*.txt</exclude> <exclude>**/src/main/resources/licenses/</exclude> <exclude>**/*.md</exclude> <exclude>**/banner.txt</exclude>
