Disable PMD in legacy module
Currently the build reports 4629 PMD violations.
This commit is contained in:
parent
a97523700a
commit
870926d389
|
@ -41,6 +41,9 @@
|
|||
<!-- Workaround to avoid duplicating config files. -->
|
||||
<math.parent.dir>${basedir}/..</math.parent.dir>
|
||||
<math.jira.component>legacy</math.jira.component>
|
||||
|
||||
<!-- Disable PMD to reduce build verbosity. -->
|
||||
<pmd.skip>true</pmd.skip>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue