Skip to content

Commit a2c3617

Browse files
committed
Remove plugin configuration that is no longer needed
1 parent 62ae38b commit a2c3617

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,6 @@
117117
<defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
118118
<pluginManagement>
119119
<plugins>
120-
<plugin>
121-
<groupId>org.apache.rat</groupId>
122-
<artifactId>apache-rat-plugin</artifactId>
123-
<version>${commons.rat.version}</version>
124-
<!-- Should agree with config in build section -->
125-
<configuration>
126-
<excludes>
127-
<exclude>.asf.yaml</exclude>
128-
</excludes>
129-
</configuration>
130-
</plugin>
131120
<plugin>
132121
<groupId>org.apache.maven.plugins</groupId>
133122
<artifactId>maven-checkstyle-plugin</artifactId>
@@ -198,17 +187,6 @@
198187
<groupId>com.github.spotbugs</groupId>
199188
<artifactId>spotbugs-maven-plugin</artifactId>
200189
</plugin>
201-
<plugin>
202-
<groupId>org.apache.rat</groupId>
203-
<artifactId>apache-rat-plugin</artifactId>
204-
<version>${commons.rat.version}</version>
205-
<!-- Should agree with config in build section -->
206-
<configuration>
207-
<excludes>
208-
<exclude>.asf.yaml</exclude>
209-
</excludes>
210-
</configuration>
211-
</plugin>
212190
<plugin>
213191
<artifactId>maven-pmd-plugin</artifactId>
214192
<configuration>

0 commit comments

Comments
 (0)