You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2018/04/23 11:37:56 UTC

mina-sshd git commit: Ignore repository during rat check

Repository: mina-sshd
Updated Branches:
  refs/heads/master e61771491 -> 949a30d5b


Ignore repository during rat check


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/949a30d5
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/949a30d5
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/949a30d5

Branch: refs/heads/master
Commit: 949a30d5b61f4d2b1a1c8618ef5e3a93367517b1
Parents: e617714
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Apr 23 13:37:41 2018 +0200
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Apr 23 13:37:46 2018 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/949a30d5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 273b4d1..b88a195 100644
--- a/pom.xml
+++ b/pom.xml
@@ -472,6 +472,7 @@
                             <exclude>.classpath</exclude>
                             <exclude>.springBeans</exclude>
                             <exclude>.settings/**</exclude>
+                            <exclude>.repository/**</exclude>
                             <exclude>LICENSE*</exclude>
                             <exclude>NOTICE*</exclude>
                         </excludes>