File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
src/it/projects/full-reporting Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -205,11 +205,11 @@ under the License.
205
205
<wagonVersion >3.5.1</wagonVersion >
206
206
<slf4jVersion >1.7.36</slf4jVersion >
207
207
<!-- for ITs -->
208
- <checkstylePluginVersion >2.9.1 </checkstylePluginVersion >
208
+ <checkstylePluginVersion >3.1.2 </checkstylePluginVersion >
209
209
<javadocPluginVersion >3.3.2</javadocPluginVersion >
210
- <pmdPluginVersion >3.11 .0</pmdPluginVersion >
211
- <jxrPluginVersion >3.1.1 </jxrPluginVersion >
212
- <projectInfoReportsPluginVersion >3.2.1 </projectInfoReportsPluginVersion >
210
+ <pmdPluginVersion >3.16 .0</pmdPluginVersion >
211
+ <jxrPluginVersion >3.2.0 </jxrPluginVersion >
212
+ <projectInfoReportsPluginVersion >3.2.2 </projectInfoReportsPluginVersion >
213
213
<surefirePluginVersion >2.22.2</surefirePluginVersion >
214
214
<surefire .version>2.22.2</surefire .version>
215
215
<project .build.outputTimestamp>2022-02-13T11:25:26Z</project .build.outputTimestamp>
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ under the License.
69
69
<groupId >org.apache.maven.plugins</groupId >
70
70
<artifactId >maven-checkstyle-plugin</artifactId >
71
71
<version >@checkstylePluginVersion@</version >
72
+ <configuration >
73
+ <configLocation >sun_checks.xml</configLocation >
74
+ </configuration >
72
75
</plugin >
73
76
<plugin >
74
77
<groupId >org.apache.maven.plugins</groupId >
@@ -128,6 +131,9 @@ under the License.
128
131
<groupId >org.apache.maven.plugins</groupId >
129
132
<artifactId >maven-checkstyle-plugin</artifactId >
130
133
<version >@checkstylePluginVersion@</version >
134
+ <configuration >
135
+ <configLocation >sun_checks.xml</configLocation >
136
+ </configuration >
131
137
</plugin >
132
138
<plugin >
133
139
<groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments