[java-parent-project] branch maint-7 updated: JPAR-99 - suport Java 9

Ian Young ian at iay.org.uk
Thu Mar 15 07:29:06 EDT 2018


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch maint-7
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=f355f99b20a5f53ac52822d70ac9d3d941df0536

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  f355f99   JPAR-99 - suport Java 9
f355f99 is described below

commit f355f99b20a5f53ac52822d70ac9d3d941df0536
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 15 11:29:02 2018 +0000

    JPAR-99 - suport Java 9
    
    Update to latest javadoc plugin and adjust doclint profile to track.
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3a2fc30..dec5f83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
         <checkstyle-plugin.version>2.17</checkstyle-plugin.version>
         <checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
 
-        <maven-javadoc-plugin.version>3.0.0-M1</maven-javadoc-plugin.version>
+        <maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
 
         <maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
         <shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
@@ -959,7 +959,11 @@
                 <jdk>[1.8,)</jdk>
             </activation>
             <properties>
-                <additionalparam>-Xdoclint:none</additionalparam>
+                <!--
+                    The doclint property sets the doclint configuration
+                    element for the maven-javadoc-plugin from v3.0.0.
+                -->
+                <doclint>none</doclint>
             </properties>
         </profile>
         <profile>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list