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

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


The following commit(s) were added to refs/heads/master by this push:
     new 78b8794  excludedFilePatterns is no longer an SPDX configuration 
parameter
     new 5cfc27a  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-parent.git
78b8794 is described below

commit 78b8794fe5abdaa61a2eb499c33d1775d9bf3b6c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Mar 1 17:47:48 2023 -0500

    excludedFilePatterns is no longer an SPDX configuration parameter
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 865a815..2e5bc11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -850,11 +850,6 @@
               </goals>
             </execution>
           </executions>
-          <configuration>
-            <excludedFilePatterns>
-              <param>*.spdx</param>
-            </excludedFilePatterns>
-          </configuration>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>

Reply via email to