|
60 | 60 | <java.version>11</java.version>
|
61 | 61 | <module.name>undefined</module.name>
|
62 | 62 |
|
63 |
| - <codingstyle.config.version>4.8.0</codingstyle.config.version> |
64 |
| - <codingstyle.library.version>4.8.0</codingstyle.library.version> |
| 63 | + <pmd.skip>false</pmd.skip> |
| 64 | + |
| 65 | + <codingstyle.config.version>4.9.0</codingstyle.config.version> |
| 66 | + <codingstyle.library.version>4.9.0</codingstyle.library.version> |
65 | 67 |
|
66 | 68 | <!-- Project Dependencies Configuration -->
|
67 | 69 | <spotbugs.version>4.8.5</spotbugs.version>
|
|
786 | 788 | </rulesets>
|
787 | 789 | <includeTests>false</includeTests>
|
788 | 790 | <minimumTokens>50</minimumTokens>
|
789 |
| - <skip>false</skip> |
| 791 | + <skip>${pmd.skip}</skip> |
790 | 792 | </configuration>
|
791 | 793 | </execution>
|
792 | 794 | <execution>
|
|
809 | 811 | <excludeRoot>${project.build.directory}/generated-test-sources/test-annotations</excludeRoot>
|
810 | 812 | <excludeRoot>${project.build.directory}/generated-test-sources/assertj-assertions</excludeRoot>
|
811 | 813 | </excludeRoots>
|
812 |
| - <skip>false</skip> |
| 814 | + <skip>${pmd.skip}</skip> |
813 | 815 | </configuration>
|
814 | 816 | </execution>
|
815 | 817 | <execution>
|
|
833 | 835 | <includes>
|
834 | 836 | <include>**/*.js</include>
|
835 | 837 | </includes>
|
| 838 | + <skip>${pmd.skip}</skip> |
836 | 839 | </configuration>
|
837 | 840 | </execution>
|
838 | 841 | </executions>
|
|
894 | 897 | <artifactId>spotbugs-maven-plugin</artifactId>
|
895 | 898 | <version>${spotbugs-maven-plugin.version}</version>
|
896 | 899 | <configuration>
|
897 |
| - <failOnError>true</failOnError> |
898 | 900 | <xmlOutput>true</xmlOutput>
|
899 | 901 | <threshold>Low</threshold>
|
900 | 902 | <failThreshold>Low</failThreshold>
|
|
1046 | 1048 | <maven.test.failure.ignore>true</maven.test.failure.ignore>
|
1047 | 1049 | <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
|
1048 | 1050 | <pmd.failOnViolation>false</pmd.failOnViolation>
|
1049 |
| - <spotbugs.maxAllowedViolations>10000000</spotbugs.maxAllowedViolations> |
| 1051 | + <spotbugs.failOnError>false</spotbugs.failOnError> |
| 1052 | + <gpg.skip>true</gpg.skip> |
1050 | 1053 | </properties>
|
1051 | 1054 | </profile>
|
1052 | 1055 | <profile>
|
|
0 commit comments