You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2015/03/16 20:52:46 UTC

qpid-jms git commit: Add an initial bit of rat plugin config.

Repository: qpid-jms
Updated Branches:
  refs/heads/master cdf52be7e -> 504530f0c


Add an initial bit of rat plugin config. 

Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/504530f0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/504530f0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/504530f0

Branch: refs/heads/master
Commit: 504530f0cffe366475c14fc43edb1f39e9335fcc
Parents: cdf52be
Author: Timothy Bish <ta...@gmail.com>
Authored: Mon Mar 16 15:52:14 2015 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Mon Mar 16 15:52:30 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/504530f0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 18a23c1..67af3c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,6 +265,24 @@
           <propertyName>jacoco-config</propertyName>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/*.md</exclude>
+            <exclude>**/*.txt</exclude>
+            <exclude>etc/org.eclipse.*</exclude>
+            <exclude>**/target/</exclude>
+            <exclude>**/data/</exclude>
+            <exclude>**/*.lock</exclude>
+            <exclude>**/META-INF/services/*</exclude>
+            <exclude>**/*.iml</exclude>
+            <exclude>**/*.jceks</exclude>
+            <exclude>**/*.jks</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org