You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2019/01/29 05:55:19 UTC

[mina-sshd] 05/05: Updated Apache RAT plugin configuration to exclude a few more '.XXX' files

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

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit f1f3a88b1001b3a752169e67fbbabb87b060110d
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Mon Jan 14 07:52:30 2019 +0200

    Updated Apache RAT plugin configuration to exclude a few more '.XXX' files
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1112db2..cfb8e76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -633,6 +633,7 @@
                     <artifactId>apache-rat-plugin</artifactId>
                     <version>0.13</version>
                     <configuration>
+                        <consoleOutput>true</consoleOutput>
                         <excludes>
                             <exclude>README.md</exclude>
                             <exclude>CHANGES.md</exclude>
@@ -661,6 +662,10 @@
                             <exclude>.springBeans</exclude>
                             <exclude>.settings/**</exclude>
                             <exclude>.repository/**</exclude>
+                            <exclude>.gitignore</exclude>
+                            <exclude>.gitattributes</exclude>
+                            <exclude>.git/**</exclude>
+                            <exclude>.attach_pid*</exclude>
                         </excludes>
                     </configuration>
                 </plugin>
@@ -735,7 +740,7 @@
                         <quiet>true</quiet>
                         <links>
                             <link>http://docs.oracle.com/javase/${java.sdk.version}/docs/api</link>
-                        </links>                        
+                        </links>
                     </configuration>
                     <dependencies>
                         <dependency>