Skip to content

Commit fcc1c0a

Browse files
Shumykiluwatar
authored andcommitted
[mvn] - Remove maven-pmd-plugin from the project (iluwatar#977) (iluwatar#979)
1 parent 6faec99 commit fcc1c0a

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

exclude-pmd.properties

-27
This file was deleted.

pom.xml

-26
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<aws-lambda-log4j.version>1.0.0</aws-lambda-log4j.version>
5555
<aws-lambda-java-events.version>2.0.1</aws-lambda-java-events.version>
5656
<jackson.version>2.8.5</jackson.version>
57-
<pmd.version>3.12.0</pmd.version>
5857
<log4j.version>1.2.17</log4j.version>
5958
<jaxb-api.version>2.3.1</jaxb-api.version>
6059
<jaxb-impl.version>2.3.2</jaxb-impl.version>
@@ -445,26 +444,6 @@
445444
</execution>
446445
</executions>
447446
</plugin>
448-
<plugin>
449-
<groupId>org.apache.maven.plugins</groupId>
450-
<artifactId>maven-pmd-plugin</artifactId>
451-
<version>${pmd.version}</version>
452-
<configuration>
453-
<failOnViolation>true</failOnViolation>
454-
<failurePriority>5</failurePriority>
455-
<printFailingErrors>true</printFailingErrors>
456-
</configuration>
457-
<executions>
458-
<execution>
459-
<goals>
460-
<goal>check</goal>
461-
</goals>
462-
<configuration>
463-
<excludeFromFailureFile>exclude-pmd.properties</excludeFromFailureFile>
464-
</configuration>
465-
</execution>
466-
</executions>
467-
</plugin>
468447

469448
<plugin>
470449
<groupId>com.mycila</groupId>
@@ -492,11 +471,6 @@
492471

493472
<reporting>
494473
<plugins>
495-
<plugin>
496-
<groupId>org.apache.maven.plugins</groupId>
497-
<artifactId>maven-pmd-plugin</artifactId>
498-
<version>${pmd.version}</version>
499-
</plugin>
500474
<plugin>
501475
<groupId>org.apache.maven.plugins</groupId>
502476
<artifactId>maven-jxr-plugin</artifactId>

0 commit comments

Comments
 (0)