You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2015/03/23 11:05:38 UTC

[1/2] activemq-6 git commit: added some exclusions to the RAT plugin for when users build and redirect the output to log files

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 <an...@apache.org>
Authored: Mon Mar 23 09:12:55 2015 +0000
Committer: Andy Taylor <an...@apache.org>
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>


[2/2] activemq-6 git commit: Merge PR #193

Posted by ma...@apache.org.
Merge PR #193


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

Branch: refs/heads/master
Commit: 23c4d78eae1f485c08952a7fa499be67e53505e3
Parents: ffc3db2 cd78ce1
Author: Martyn Taylor <mt...@redhat.com>
Authored: Mon Mar 23 10:05:26 2015 +0000
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Mon Mar 23 10:05:26 2015 +0000

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