This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit bf434e5d0e37ce85392a96587ad2f4ec58c63641 Author: Michael Osipov <[email protected]> AuthorDate: Sat Apr 16 22:35:50 2022 +0200 [MSITE-891] Upgrade plugins in ITs --- pom.xml | 8 ++++---- src/it/projects/full-reporting/pom.xml | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 23422c7e..27cc1546 100644 --- a/pom.xml +++ b/pom.xml @@ -205,11 +205,11 @@ under the License. <wagonVersion>3.5.1</wagonVersion> <slf4jVersion>1.7.36</slf4jVersion> <!-- for ITs --> - <checkstylePluginVersion>2.9.1</checkstylePluginVersion> + <checkstylePluginVersion>3.1.2</checkstylePluginVersion> <javadocPluginVersion>3.3.2</javadocPluginVersion> - <pmdPluginVersion>3.11.0</pmdPluginVersion> - <jxrPluginVersion>3.1.1</jxrPluginVersion> - <projectInfoReportsPluginVersion>3.2.1</projectInfoReportsPluginVersion> + <pmdPluginVersion>3.16.0</pmdPluginVersion> + <jxrPluginVersion>3.2.0</jxrPluginVersion> + <projectInfoReportsPluginVersion>3.2.2</projectInfoReportsPluginVersion> <surefirePluginVersion>2.22.2</surefirePluginVersion> <surefire.version>2.22.2</surefire.version> <project.build.outputTimestamp>2022-02-13T11:25:26Z</project.build.outputTimestamp> diff --git a/src/it/projects/full-reporting/pom.xml b/src/it/projects/full-reporting/pom.xml index f5399a67..25e958e8 100644 --- a/src/it/projects/full-reporting/pom.xml +++ b/src/it/projects/full-reporting/pom.xml @@ -69,6 +69,9 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>@checkstylePluginVersion@</version> + <configuration> + <configLocation>sun_checks.xml</configLocation> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -128,6 +131,9 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>@checkstylePluginVersion@</version> + <configuration> + <configLocation>sun_checks.xml</configLocation> + </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
