You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2023/12/26 19:41:59 UTC

(logging-chainsaw) 02/02: recreated flattened-pom

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

grobmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git

commit b700d30df8a0e6cea4299e662d02843375db9d02
Author: Christian Grobmeier <cg...@grobmeier.de>
AuthorDate: Tue Dec 26 20:41:50 2023 +0100

     recreated flattened-pom
---
 .flattened-pom.xml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/.flattened-pom.xml b/.flattened-pom.xml
index 94dad09..a006a03 100644
--- a/.flattened-pom.xml
+++ b/.flattened-pom.xml
@@ -202,10 +202,6 @@
   </dependencies>
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-      </plugin>
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
       </plugin>
@@ -222,14 +218,6 @@
           <failOnMissing>false</failOnMissing>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.12.0</version>
-        <configuration>
-          <source>${maven.compiler.source}</source>
-          <target>${maven.compiler.target}</target>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
   <reporting>
@@ -341,14 +329,8 @@
             <artifactId>apache-rat-plugin</artifactId>
             <configuration>
               <consoleOutput>true</consoleOutput>
-              <excludes>
+              <excludes combine.children="append">
                 <exclude>**/*.log</exclude>
-                <exclude>.java-version</exclude>
-                <exclude>.mvn/jvm.config</exclude>
-                <exclude>**/*.txt</exclude>
-                <exclude>src/changelog/**/*.xml</exclude>
-                <exclude>.github/ISSUE_TEMPLATE/*.md</exclude>
-                <exclude>.github/pull_request_template.md</exclude>
               </excludes>
             </configuration>
           </plugin>