Author: desruisseaux
Date: Mon Sep  4 14:38:57 2017
New Revision: 1807235

URL: http://svn.apache.org/viewvc?rev=1807235&view=rev
Log:
Downgrade maven-javadoc-plugin from 3.0.0-M1 to 2.10.4 because of a regression 
in "mvn javadoc:aggregate":
the javadoc plugin seems to ignore <repository> declared in sub-modules (in our 
case, in sis-netcdf).

Modified:
    sis/branches/JDK8/pom.xml

Modified: sis/branches/JDK8/pom.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1807235&r1=1807234&r2=1807235&view=diff
==============================================================================
--- sis/branches/JDK8/pom.xml (original)
+++ sis/branches/JDK8/pom.xml Mon Sep  4 14:38:57 2017
@@ -783,7 +783,7 @@ Apache SIS is a free software, Java lang
       <!-- JavaDoc configuration. -->
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.0.0-M1</version>
+        <version>2.10.4</version> <!-- 3.0.0-M1 is required for JDK9, but 
contains a regression that prevent javadoc:aggregate to work. -->
         <configuration>
           <source>${maven.compile.source}</source>              <!-- Enables 
javadoc to handle language constructs present in target JDK. -->
           <encoding>${project.build.sourceEncoding}</encoding>  <!-- Encoding 
of Java source file. -->


Reply via email to