Skip to content

Commit c9aedef

Browse files
committed
mvn: Disables PMD plugin for now
1 parent f15b1ff commit c9aedef

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

modules/core/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ SPDX-License-Identifier: CC0-1.0
7777
</executions>
7878
</plugin>
7979

80-
<plugin>
80+
<!-- <plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-pmd-plugin</artifactId>
8383
<executions>
8484
<execution>
85-
<goals>
85+
<goals> -->
8686
<!-- Execute during the maven "verify" phase (`mvn verify`) -->
87-
<goal>check</goal>
88-
</goals>
87+
<!-- <goal>check</goal> -->
88+
<!-- </goals>
8989
</execution>
9090
</executions>
9191
<configuration>
@@ -95,7 +95,7 @@ SPDX-License-Identifier: CC0-1.0
9595
<exclude>com/illposed/osc/messageselector/OSCPatternAddressMessageSelector.java</exclude>
9696
</excludes>
9797
</configuration>
98-
</plugin>
98+
</plugin> -->
9999

100100
<plugin>
101101
<groupId>com.github.spotbugs</groupId>

modules/java-se-addons/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@ SPDX-License-Identifier: CC0-1.0
5858
</executions>
5959
</plugin>
6060

61-
<plugin>
61+
<!-- <plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-pmd-plugin</artifactId>
6464
<executions>
6565
<execution>
66-
<goals>
66+
<goals> -->
6767
<!-- Execute during the maven "verify" phase (`mvn verify`) -->
68-
<goal>check</goal>
69-
</goals>
68+
<!-- <goal>check</goal> -->
69+
<!-- </goals>
7070
</execution>
7171
</executions>
72-
</plugin>
72+
</plugin> -->
7373

7474
<plugin>
7575
<groupId>com.github.spotbugs</groupId>

modules/parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ SPDX-License-Identifier: CC0-1.0
115115
</configuration>
116116
</plugin>
117117

118-
<plugin>
118+
<!-- <plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-pmd-plugin</artifactId>
121121
<version>3.22.0</version>
@@ -128,7 +128,7 @@ SPDX-License-Identifier: CC0-1.0
128128
<ruleset>${root.basedir}/src/main/resources/pmd.xml</ruleset>
129129
</rulesets>
130130
</configuration>
131-
</plugin>
131+
</plugin> -->
132132

133133
<plugin>
134134
<groupId>com.github.spotbugs</groupId>
@@ -352,7 +352,7 @@ SPDX-License-Identifier: CC0-1.0
352352
</configuration>
353353
</plugin>
354354

355-
<plugin>
355+
<!-- <plugin>
356356
<groupId>org.apache.maven.plugins</groupId>
357357
<artifactId>maven-pmd-plugin</artifactId>
358358
<version>3.22.0</version>
@@ -365,7 +365,7 @@ SPDX-License-Identifier: CC0-1.0
365365
<ruleset>${root.basedir}/src/main/resources/pmd.xml</ruleset>
366366
</rulesets>
367367
</configuration>
368-
</plugin>
368+
</plugin> -->
369369

370370
<plugin>
371371
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)