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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 653c328  Exclude .asf.yaml from RAT
653c328 is described below

commit 653c328dd5a7576aea62f67c8ee8f8d9e6651bb2
Author: Sebb <s...@apache.org>
AuthorDate: Fri Apr 2 23:32:30 2021 +0100

    Exclude .asf.yaml from RAT
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index c2e4fc6..88297aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,6 +241,16 @@
           </configuration>
         </plugin>
         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>${commons.rat.version}</version>
+            <!-- Should agree with config in build section -->
+            <configuration>
+              <excludes>
+              </excludes>
+            </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
           <version>${commons.findbugs.version}</version>
@@ -284,6 +294,16 @@
         </reportSets>
       </plugin>
       <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>${commons.rat.version}</version>
+        <!-- Should agree with config in build section -->
+        <configuration>
+          <excludes>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
         <version>${commons.findbugs.version}</version>

Reply via email to