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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 57602a94ff ARTEMIS-4329: use standard location for RAT check output
57602a94ff is described below

commit 57602a94ff93601e5711300109028547f1781818
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Jun 23 15:24:24 2023 +0100

    ARTEMIS-4329: use standard location for RAT check output
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 15e4b95023..88750e988f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1684,7 +1684,6 @@
                <groupId>org.apache.rat</groupId>
                <artifactId>apache-rat-plugin</artifactId>
                <configuration>
-                  <reportFile>${activemq.basedir}/ratReport.txt</reportFile>
                   <excludes>
                      <exclude>**/src/main/webapp/hawtconfig.json</exclude>
                      <exclude>.repository/**</exclude>

Reply via email to