This is an automated email from the ASF dual-hosted git repository.
dcromberge pushed a commit to branch 2.0.X
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
The following commit(s) were added to refs/heads/2.0.X by this push:
new 71f84db Add test-output to RAT exclusion list
71f84db is described below
commit 71f84dbe576b5391b5fa48f1e29bf8acb0a9d200
Author: David Cromberge <[email protected]>
AuthorDate: Thu Sep 9 13:27:45 2021 +0100
Add test-output to RAT exclusion list
There is an inconsistency as to where test-output reports are
created. In Eclipse, they are created outside of the target
directory when running unit tests with TestNG. However, when
using Surefire and Maven the test-output is created in the
correct location. The safest course of action is to exclude
this folder from RAT checks.
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 0234481..dd4ae02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,6 +322,7 @@ under the License.
<exclude>**/.*/**/*</exclude>
<exclude>**/.clover/**/*</exclude>
<exclude>**/test/resources/**/*.txt</exclude>
+ <exclude>**/test-output/**/*</exclude>
<exclude>**/img/**/*.png</exclude>
<exclude>**/git.properties</exclude>
<exclude>**/scripts/LoremIpsum.txt</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]