This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git
The following commit(s) were added to refs/heads/master by this push: new ac94b27 Update plugins to latest versions ac94b27 is described below commit ac94b27807bfd7422925f382e21493b6a7c30383 Author: Sylwester Lachiewicz <slachiew...@gmail.com> AuthorDate: Sun Oct 4 22:54:43 2020 +0200 Update plugins to latest versions - fixes incorrect report generation - issues with javadoc:fix --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 81d4e9e..23bceb9 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ <javaVersion>7</javaVersion> <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp> <slf4j.version>1.7.30</slf4j.version> + <checkstyle.violation.ignore>None</checkstyle.violation.ignore> </properties> <dependencies> @@ -100,4 +101,23 @@ </dependencies> + <build> + <pluginManagement> + <plugins> + <!-- remove with next parent upgrade --> + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>3.1.1</version> + </plugin> + <plugin> + <artifactId>maven-enforcer-plugin</artifactId> + <version>3.0.0-M3</version> + </plugin> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <version>3.2.0</version> + </plugin> + </plugins> + </pluginManagement> + </build> </project>