You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2020/02/14 15:47:27 UTC

[lucene-solr] branch master updated: LUCENE-9224: (ant) RAT report complains about ... solr/webapp rat-report.xml (from gradle)

This is an automated email from the ASF dual-hosted git repository.

erick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new f52676c  LUCENE-9224: (ant) RAT report complains about ... solr/webapp rat-report.xml (from gradle)
     new 2b4fad5  Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-solr
f52676c is described below

commit f52676cd82576eb6231114ffc74bf9a653f92953
Author: Erick Erickson <Er...@gmail.com>
AuthorDate: Fri Feb 14 10:46:44 2020 -0500

    LUCENE-9224: (ant) RAT report complains about ... solr/webapp rat-report.xml (from gradle)
---
 solr/webapp/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/webapp/build.xml b/solr/webapp/build.xml
index b675996..f22c3f3 100644
--- a/solr/webapp/build.xml
+++ b/solr/webapp/build.xml
@@ -19,7 +19,7 @@
   <description>Solr webapp</description>
 
   <property name="rat.additional-includes" value="**"/>
-  <property name="rat.additional-excludes" value="**/*.gradle,web/img/**"/>
+  <property name="rat.additional-excludes" value="**/*.gradle,web/img/**,**/rat-report.xml"/>
 
   <import file="../common-build.xml"/>