You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by vi...@apache.org on 2014/04/10 00:21:44 UTC

[49/51] [abbrv] git commit: add includes for Apache Rat

add includes for Apache Rat


Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/c041dc60
Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/c041dc60
Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/c041dc60

Branch: refs/heads/vxquery_0_3_staging
Commit: c041dc60eb3112c53d74c6d4a6614daaaf77a607
Parents: 551ded5
Author: Till Westmann <we...@gmail.com>
Authored: Tue Apr 8 18:43:45 2014 -0700
Committer: Till Westmann <we...@gmail.com>
Committed: Tue Apr 8 18:43:45 2014 -0700

----------------------------------------------------------------------
 .rat-excludes         | 4 ++++
 pom.xml               | 8 ++++++++
 vxquery-xtest/pom.xml | 8 ++++++++
 3 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/c041dc60/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
new file mode 100644
index 0000000..c9667aa
--- /dev/null
+++ b/.rat-excludes
@@ -0,0 +1,4 @@
+.gitignore
+.rat-excludes
+ExpectedTestResults
+xqts.txt

http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/c041dc60/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a09be4c..6f711ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,6 +408,14 @@
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <version>0.7</version>
+        <configuration>
+          <excludes>
+            <exclude>.gitignore</exclude>
+            <exclude>.git/**/*</exclude>
+          </excludes>
+          <numUnapprovedLicenses>0</numUnapprovedLicenses>
+          <maxmemory>2g</maxmemory>
+        </configuration>
       </plugin>
       <plugin>
         <inherited>true</inherited>

http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/c041dc60/vxquery-xtest/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml
index 04e06ff..5397b69 100644
--- a/vxquery-xtest/pom.xml
+++ b/vxquery-xtest/pom.xml
@@ -132,6 +132,14 @@
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <version>0.7</version>
+        <configuration>
+          <excludes>
+            <exclude>**/ExpectedTestResults/**/*</exclude>
+            <exclude>**/xqts.txt</exclude>
+          </excludes>
+          <numUnapprovedLicenses>0</numUnapprovedLicenses>
+          <maxmemory>2g</maxmemory>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>