Disable PMD in legacy module

Currently the build reports 4629 PMD violations.
This commit is contained in:
Alex Herbert 2022-10-22 23:37:46 +01:00
parent a97523700a
commit 870926d389
1 changed files with 3 additions and 0 deletions

View File

@ -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>