[java-parent-project] branch master updated: JPAR-122 - NPE in maven-javadoc-plugin under Java 11

Ian Young ian at iay.org.uk
Thu Jan 24 12:19:29 EST 2019


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=ec93e0a3c8d321b0d60a5898ed9b2770b0115320

The following commit(s) were added to refs/heads/master by this push:
       new  ec93e0a   JPAR-122 - NPE in maven-javadoc-plugin under Java 11
ec93e0a is described below

commit ec93e0a3c8d321b0d60a5898ed9b2770b0115320
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 24 17:19:23 2019 +0000

    JPAR-122 - NPE in maven-javadoc-plugin under Java 11
---
 pom.xml | 36 +++++++++++++++---------------------
 1 file changed, 15 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5d4b93c..cc07a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
         <checkstyle-plugin.version>2.17</checkstyle-plugin.version>
         <checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
 
-        <maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
+        <maven-javadoc-plugin.version>3.0.1</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>
@@ -62,20 +62,21 @@
 
             Ordered alphabetically by property name.
         -->
-        <guava.link>https://google.github.io/guava/releases/${guava.version}/api/docs/</guava.link>
-        <httpclient.httpcore.link>https://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/</httpclient.httpcore.link>
-        <httpclient.link>http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/</httpclient.link>
-        <httpclient-cache.link>http://hc.apache.org/httpcomponents-client-ga/httpclient-cache/apidocs/</httpclient-cache.link>
+        <guava.link>https://google.github.io/guava/releases/${guava.version}/api/docs</guava.link>
+        <httpclient.httpcore.link>https://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs</httpclient.httpcore.link>
+        <httpclient.link>http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs</httpclient.link>
+        <httpclient-cache.link>http://hc.apache.org/httpcomponents-client-ga/httpclient-cache/apidocs</httpclient-cache.link>
+        <!-- Do not remove the trailing '/' from the following line without reading JPAR-129. -->
         <javaee.link>https://docs.oracle.com/javaee/5/api/</javaee.link>
-        <joda-time.link>https://www.joda.org/joda-time/apidocs/</joda-time.link>
-        <ldaptive.link>http://www.ldaptive.org/javadocs/</ldaptive.link>
-        <logback.link>http://logback.qos.ch/apidocs/</logback.link>
-        <slf4j.link>https://www.slf4j.org/apidocs/</slf4j.link>
-        <spring-framework.link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</spring-framework.link>
-        <spring-webflow.link>https://docs.spring.io/spring-webflow/docs/${spring-webflow.version}/api/</spring-webflow.link>
-        <testng.link>https://jitpack.io/com/github/cbeust/testng/master/javadoc/</testng.link>
-        <velocity.link>http://velocity.apache.org/engine/${velocity.version}/apidocs/</velocity.link>
-        <xmlsec.link>http://santuario.apache.org/Java/api/</xmlsec.link>
+        <joda-time.link>https://www.joda.org/joda-time/apidocs</joda-time.link>
+        <ldaptive.link>http://www.ldaptive.org/javadocs</ldaptive.link>
+        <logback.link>http://logback.qos.ch/apidocs</logback.link>
+        <slf4j.link>https://www.slf4j.org/apidocs</slf4j.link>
+        <spring-framework.link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api</spring-framework.link>
+        <spring-webflow.link>https://docs.spring.io/spring-webflow/docs/${spring-webflow.version}/api</spring-webflow.link>
+        <testng.link>https://jitpack.io/com/github/cbeust/testng/master/javadoc</testng.link>
+        <velocity.link>http://velocity.apache.org/engine/${velocity.version}/apidocs</velocity.link>
+        <xmlsec.link>http://santuario.apache.org/Java/api</xmlsec.link>
 
         <!--
             Dummy *but real* version strings for our own components.
@@ -592,13 +593,6 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>${maven-javadoc-plugin.version}</version>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.commons</groupId>
-                            <artifactId>commons-lang3</artifactId>
-                            <version>3.7</version>
-                        </dependency>
-                    </dependencies>
                     <configuration>
                         <links>
                             <link>${javaee.link}</link>

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


More information about the commits mailing list