File tree 3 files changed +14
-14
lines changed
3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -77,15 +77,15 @@ SPDX-License-Identifier: CC0-1.0
77
77
</executions >
78
78
</plugin >
79
79
80
- <plugin >
80
+ <!-- < plugin>
81
81
<groupId>org.apache.maven.plugins</groupId>
82
82
<artifactId>maven-pmd-plugin</artifactId>
83
83
<executions>
84
84
<execution>
85
- <goals >
85
+ <goals> -->
86
86
<!-- Execute during the maven "verify" phase (`mvn verify`) -->
87
- <goal >check</goal >
88
- </goals >
87
+ <!-- < goal>check</goal> -- >
88
+ <!-- < /goals>
89
89
</execution>
90
90
</executions>
91
91
<configuration>
@@ -95,7 +95,7 @@ SPDX-License-Identifier: CC0-1.0
95
95
<exclude>com/illposed/osc/messageselector/OSCPatternAddressMessageSelector.java</exclude>
96
96
</excludes>
97
97
</configuration>
98
- </plugin >
98
+ </plugin> -->
99
99
100
100
<plugin >
101
101
<groupId >com.github.spotbugs</groupId >
Original file line number Diff line number Diff line change @@ -58,18 +58,18 @@ SPDX-License-Identifier: CC0-1.0
58
58
</executions >
59
59
</plugin >
60
60
61
- <plugin >
61
+ <!-- < plugin>
62
62
<groupId>org.apache.maven.plugins</groupId>
63
63
<artifactId>maven-pmd-plugin</artifactId>
64
64
<executions>
65
65
<execution>
66
- <goals >
66
+ <goals> -->
67
67
<!-- Execute during the maven "verify" phase (`mvn verify`) -->
68
- <goal >check</goal >
69
- </goals >
68
+ <!-- < goal>check</goal> -- >
69
+ <!-- < /goals>
70
70
</execution>
71
71
</executions>
72
- </plugin >
72
+ </plugin> -->
73
73
74
74
<plugin >
75
75
<groupId >com.github.spotbugs</groupId >
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ SPDX-License-Identifier: CC0-1.0
115
115
</configuration >
116
116
</plugin >
117
117
118
- <plugin >
118
+ <!-- < plugin>
119
119
<groupId>org.apache.maven.plugins</groupId>
120
120
<artifactId>maven-pmd-plugin</artifactId>
121
121
<version>3.22.0</version>
@@ -128,7 +128,7 @@ SPDX-License-Identifier: CC0-1.0
128
128
<ruleset>${root.basedir}/src/main/resources/pmd.xml</ruleset>
129
129
</rulesets>
130
130
</configuration>
131
- </plugin >
131
+ </plugin> -->
132
132
133
133
<plugin >
134
134
<groupId >com.github.spotbugs</groupId >
@@ -352,7 +352,7 @@ SPDX-License-Identifier: CC0-1.0
352
352
</configuration >
353
353
</plugin >
354
354
355
- <plugin >
355
+ <!-- < plugin>
356
356
<groupId>org.apache.maven.plugins</groupId>
357
357
<artifactId>maven-pmd-plugin</artifactId>
358
358
<version>3.22.0</version>
@@ -365,7 +365,7 @@ SPDX-License-Identifier: CC0-1.0
365
365
<ruleset>${root.basedir}/src/main/resources/pmd.xml</ruleset>
366
366
</rulesets>
367
367
</configuration>
368
- </plugin >
368
+ </plugin> -->
369
369
370
370
<plugin >
371
371
<groupId >com.github.spotbugs</groupId >
You can’t perform that action at this time.
0 commit comments