Skip to content

Commit 86e8361

Browse files
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
1 parent cfe1446 commit 86e8361

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@
605605
<exclude>.checkstyle</exclude>
606606
<exclude>.project</exclude>
607607
<exclude>.classpath</exclude>
608+
<exclude>.pmd*</exclude>
608609
</excludes>
609610
</configuration>
610611
</plugin>

0 commit comments

Comments
 (0)