You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/09/09 03:36:24 UTC

[03/46] directory-kerby git commit: Added the .pmd and .pmdruleset.xml files into the rat exclusion set

Added the .pmd and .pmdruleset.xml files into the rat exclusion set


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/a9d5fd32
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/a9d5fd32
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/a9d5fd32

Branch: refs/heads/pkinit-support
Commit: a9d5fd3258f6177b00713a1adce227fa6c61f9d8
Parents: 2ce66c9
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Sat Aug 22 11:51:13 2015 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Sat Aug 22 11:51:13 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a9d5fd32/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 87bb01e..19d3f2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,10 @@
               <exclude>kerby-dist/**/*</exclude>
               <!-- BMP_IMAGES_EXCLUDES -->
               <exclude>**/*.bmp</exclude>
+              <!-- PMD files -->
+              <exclude>**/.pmd</exclude>
+              <!-- PMD Ruleset files -->
+              <exclude>**/.pmdruleset.xml</exclude>
             </excludes>
           </configuration>
         </plugin>