You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2022/09/27 07:45:22 UTC

[commons-jcs] branch master updated: Fix rat-plugin configuration

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c445184 Fix rat-plugin configuration
7c445184 is described below

commit 7c4451849d90dd13567293e564f84aa677260e24
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Tue Sep 27 09:45:19 2022 +0200

    Fix rat-plugin configuration
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ea48c65..7f589da0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,7 @@
             <excludes combine.children="merge">
             so that the child pom entries replace the parent entries
           -->
-          <excludes combine.children="merge">
+          <excludes combine.children="append">
             <exclude>.java-version</exclude>
             <exclude>**/zipcodes.txt</exclude>
             <exclude>**/.gitignore</exclude>