[java-parent-project] branch master updated: JPAR-99 - suport Java 9
Ian Young
ian at iay.org.uk
Thu Mar 15 07:30:28 EDT 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=8c37e86950b34c5e53b29a337db1fc9878174e17
The following commit(s) were added to refs/heads/master by this push:
new 8c37e86 JPAR-99 - suport Java 9
8c37e86 is described below
commit 8c37e86950b34c5e53b29a337db1fc9878174e17
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 956e14a..8504660 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>
@@ -944,7 +944,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