mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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
This commit is contained in:
parent
cfe14462a3
commit
86e836196e
1
pom.xml
1
pom.xml
@ -605,6 +605,7 @@
|
|||||||
<exclude>.checkstyle</exclude>
|
<exclude>.checkstyle</exclude>
|
||||||
<exclude>.project</exclude>
|
<exclude>.project</exclude>
|
||||||
<exclude>.classpath</exclude>
|
<exclude>.classpath</exclude>
|
||||||
|
<exclude>.pmd*</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user