You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/12/07 19:35:09 UTC

[4/8] git commit: updated refs/heads/master to 8757daf

Ignore pmd generated files during license check

This has been happening for the NSX and BigSwitch plugins.
The maven build prints something like:
  [WARNING] Unknown file extension: .../plugins/network-elements/nicira-nvp/.pmd
  [WARNING] Missing header in: .../plugins/network-elements/nicira-nvp/.pmdruleset.xml


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/86e83619
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/86e83619
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/86e83619

Branch: refs/heads/master
Commit: 86e836196ed3374912da805f598961b3fe9c9033
Parents: cfe1446
Author: Miguel Ferreira <mi...@me.com>
Authored: Wed Dec 2 15:42:38 2015 +0100
Committer: Miguel Ferreira <mi...@me.com>
Committed: Sat Dec 5 15:52:23 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/86e83619/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index de7bf7d..a76b5fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -605,6 +605,7 @@
               <exclude>.checkstyle</exclude>
               <exclude>.project</exclude>
               <exclude>.classpath</exclude>
+              <exclude>.pmd*</exclude>
             </excludes>
           </configuration>
         </plugin>