Repository: mina-sshd Updated Branches: refs/heads/master bfe6cb753 -> 1ab27f950
Exclude experimental modules from rat report Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/1ab27f95 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/1ab27f95 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/1ab27f95 Branch: refs/heads/master Commit: 1ab27f95092c451e440d97245cec86b5a5cb25aa Parents: bfe6cb7 Author: Guillaume Nodet <[email protected]> Authored: Wed Jul 9 09:58:11 2014 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Wed Jul 9 09:58:11 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/1ab27f95/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d97d4a5..43d36b0 100644 --- a/pom.xml +++ b/pom.xml @@ -267,6 +267,8 @@ <exclude>**/*.iml</exclude> <exclude>src/docs/**</exclude> <exclude>**/stty-output-*.txt</exclude> + <exclude>sshd-sftp/**</exclude> + <exclude>sshd-pam/**</exclude> </excludes> </configuration> </execution>
