You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/04/12 19:00:35 UTC

[ignite] branch master updated: IGNITE-7538 Update several maven plugins version for Java 9 compilation (#3482)

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

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 75976c3  IGNITE-7538 Update several maven plugins version for Java 9 compilation (#3482)
75976c3 is described below

commit 75976c374684656c1cdea87f5bc42191a359248f
Author: Peter Ivanov <mr...@gmail.com>
AuthorDate: Fri Apr 12 22:00:18 2019 +0300

    IGNITE-7538 Update several maven plugins version for Java 9 compilation (#3482)
---
 modules/benchmarks/pom.xml |  2 +-
 modules/yardstick/pom.xml  |  2 +-
 parent/pom.xml             | 10 ++++++----
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/modules/benchmarks/pom.xml b/modules/benchmarks/pom.xml
index 129387a..7c29276 100644
--- a/modules/benchmarks/pom.xml
+++ b/modules/benchmarks/pom.xml
@@ -126,7 +126,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.9.1</version>
+                    <version>${maven.javadoc.plugin.version}</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-resources-plugin</artifactId>
diff --git a/modules/yardstick/pom.xml b/modules/yardstick/pom.xml
index ee1dd21..64f9431 100644
--- a/modules/yardstick/pom.xml
+++ b/modules/yardstick/pom.xml
@@ -192,7 +192,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9.1</version>
+                <version>${maven.javadoc.plugin.version}</version>
                 <configuration>
                     <skip>true</skip>
                 </configuration>
diff --git a/parent/pom.xml b/parent/pom.xml
index 30eefe1..cf9e77e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -42,7 +42,6 @@
         <doxygen.exec>doxygen</doxygen.exec>
         <docfx.exec>docfx</docfx.exec>
         <git.exec>git</git.exec>
-        <javadoc.opts>-Xdoclint:none</javadoc.opts>
         <update.notifier.enabled.by.default>true</update.notifier.enabled.by.default>
 
         <!-- Dependency versions -->
@@ -139,6 +138,9 @@
         <!-- Plugin versions -->
         <maven.javadoc.plugin.version>2.10.1</maven.javadoc.plugin.version>
 
+        <!-- Maven plugins versions -->
+        <maven.javadoc.plugin.version>3.0.0</maven.javadoc.plugin.version>
+
         <!-- OSGI Manifest generation default property values -->
         <osgi.import.package>*</osgi.import.package>
         <osgi.export.package>{local-packages}</osgi.export.package>
@@ -332,7 +334,7 @@
                         <use>true</use>
                         <author>false</author>
                         <version>false</version>
-                        <additionalparam>${javadoc.opts}</additionalparam>
+                        <doclint>none</doclint>
                         <links>
                             <link>http://hadoop.apache.org/docs/current/api/</link>
                         </links>
@@ -804,7 +806,7 @@
                     <plugin>
                         <groupId>org.apache.rat</groupId>
                         <artifactId>apache-rat-plugin</artifactId>
-                        <version>0.11</version>
+                        <version>0.12</version>
                         <configuration>
                             <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
                             <licenses>
@@ -1244,7 +1246,7 @@
                                             <pluginExecutionFilter>
                                                 <groupId>org.codehaus.mojo</groupId>
                                                 <artifactId>flatten-maven-plugin</artifactId>
-                                                <versionRange>[1.0.0-beta-3,)</versionRange>
+                                                <versionRange>1.0.1</versionRange>
                                                 <goals>
                                                     <goal>flatten</goal>
                                                 </goals>