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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new 648ecd2  fix issues reported by rat
648ecd2 is described below

commit 648ecd2a5e815f59ee0f6a35932aa2909fd357b2
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Jan 2 21:20:23 2022 +0100

    fix issues reported by rat
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index eb71f91..9969baf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,6 +195,7 @@
         <configuration>
           <excludes combine.children="append">
             <exclude>.repository/**</exclude> <!-- jenkins with local maven 
repository -->
+            <exclude>src/test/resources/**/*.html</exclude> <!-- sample HTML 
-->
           </excludes>
         </configuration>
       </plugin>

Reply via email to