This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new aefe83c Lock maven-jxr-plugin to get Javadoc 8 like reports Lock
maven-project-info-reports-plugin to suppress org.eclipse.m2e:lifecycle-mapping
aefe83c is described below
commit aefe83ce5d190a58e18bee088ad189e51a075172
Author: rfscholte <[email protected]>
AuthorDate: Fri May 29 13:38:51 2020 +0200
Lock maven-jxr-plugin to get Javadoc 8 like reports
Lock maven-project-info-reports-plugin to suppress
org.eclipse.m2e:lifecycle-mapping
---
pom.xml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/pom.xml b/pom.xml
index d35c453..e434487 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,28 @@ under the License.
<javaVersion>8</javaVersion>
</properties>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>3.0.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>3.1.0</version>
+ <configuration>
+ <pluginManagementExcludes>
+ <exclude>org.eclipse.m2e:lifecycle-mapping</exclude>
+ </pluginManagementExcludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>