ARTEMIS-4329: use standard location for RAT check output
This commit is contained in:
parent
a76e9f81d2
commit
57602a94ff
1
pom.xml
1
pom.xml
|
@ -1684,7 +1684,6 @@
|
||||||
<groupId>org.apache.rat</groupId>
|
<groupId>org.apache.rat</groupId>
|
||||||
<artifactId>apache-rat-plugin</artifactId>
|
<artifactId>apache-rat-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<reportFile>${activemq.basedir}/ratReport.txt</reportFile>
|
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>**/src/main/webapp/hawtconfig.json</exclude>
|
<exclude>**/src/main/webapp/hawtconfig.json</exclude>
|
||||||
<exclude>.repository/**</exclude>
|
<exclude>.repository/**</exclude>
|
||||||
|
|
Loading…
Reference in New Issue