You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/07/27 21:06:15 UTC

[maven-javadoc-plugin] 03/03: bundle-lifecycle bindings doesn't have explicit versions for plugins

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 571d43327d4b2f1edb48ead03ee708365074917d
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Jul 27 23:06:03 2019 +0200

    bundle-lifecycle bindings doesn't have explicit versions for plugins
---
 src/it/projects/MJAVADOC-591_release8/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/it/projects/MJAVADOC-591_release8/pom.xml b/src/it/projects/MJAVADOC-591_release8/pom.xml
index 29cb297..6cfc008 100644
--- a/src/it/projects/MJAVADOC-591_release8/pom.xml
+++ b/src/it/projects/MJAVADOC-591_release8/pom.xml
@@ -37,6 +37,20 @@
   </properties>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.8.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.22.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>