Skip to content

Commit bf434e5

Browse files
committed
[MSITE-891] Upgrade plugins in ITs
1 parent 5f10ad1 commit bf434e5

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@ under the License.
205205
<wagonVersion>3.5.1</wagonVersion>
206206
<slf4jVersion>1.7.36</slf4jVersion>
207207
<!-- for ITs -->
208-
<checkstylePluginVersion>2.9.1</checkstylePluginVersion>
208+
<checkstylePluginVersion>3.1.2</checkstylePluginVersion>
209209
<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>
213213
<surefirePluginVersion>2.22.2</surefirePluginVersion>
214214
<surefire.version>2.22.2</surefire.version>
215215
<project.build.outputTimestamp>2022-02-13T11:25:26Z</project.build.outputTimestamp>

src/it/projects/full-reporting/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ under the License.
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-checkstyle-plugin</artifactId>
7171
<version>@checkstylePluginVersion@</version>
72+
<configuration>
73+
<configLocation>sun_checks.xml</configLocation>
74+
</configuration>
7275
</plugin>
7376
<plugin>
7477
<groupId>org.apache.maven.plugins</groupId>
@@ -128,6 +131,9 @@ under the License.
128131
<groupId>org.apache.maven.plugins</groupId>
129132
<artifactId>maven-checkstyle-plugin</artifactId>
130133
<version>@checkstylePluginVersion@</version>
134+
<configuration>
135+
<configLocation>sun_checks.xml</configLocation>
136+
</configuration>
131137
</plugin>
132138
<plugin>
133139
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)