You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2018/02/09 09:31:42 UTC

jena git commit: Set for maven-javadoc-plugin v3

Repository: jena
Updated Branches:
  refs/heads/master 3fae3ad76 -> d0867327c


Set <doclint> for maven-javadoc-plugin v3


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/d0867327
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/d0867327
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/d0867327

Branch: refs/heads/master
Commit: d0867327cde532dfa93161d2f54bbd805f8a663a
Parents: 3fae3ad
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Feb 9 09:30:18 2018 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri Feb 9 09:30:18 2018 +0000

----------------------------------------------------------------------
 jena-iri/pom.xml |  2 --
 pom.xml          | 15 ++++++++-------
 2 files changed, 8 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/d0867327/jena-iri/pom.xml
----------------------------------------------------------------------
diff --git a/jena-iri/pom.xml b/jena-iri/pom.xml
index af17847..0f0ebd4 100644
--- a/jena-iri/pom.xml
+++ b/jena-iri/pom.xml
@@ -96,8 +96,6 @@
           </execution>
         </executions>
         <configuration>
-          <!-- Should have been inherited -->
-          <additionalparam>-Xdoclint:none</additionalparam>
           <version>true</version>
           <show>public</show>
           <quiet>true</quiet>

http://git-wip-us.apache.org/repos/asf/jena/blob/d0867327/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 626b63d..181228e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -780,17 +780,18 @@
               <goals>
                 <goal>jar</goal>
               </goals>
-              <configuration>
-                <!-- Java8 and later -->
-                <additionalparam>-Xdoclint:none</additionalparam>
-              </configuration>
             </execution>
           </executions>
           <configuration>
             <!-- Java8 and later -->
-            <additionalparam>-Xdoclint:none</additionalparam>
-
-            <failOnError>false</failOnError>
+	    <!-- javadoc-plug v2.x way to do this
+              <additionalparam>-Xdoclint:none</additionalparam>
+	    -->
+	    <!-- The javadoc-plugin v3 way to do this -->
+	    <doclint>none</doclint>
+	    <!-- To allow the build to keep going 
+              <failOnError>false</failOnError>
+	    -->
             <version>true</version>
             <show>public</show>
             <quiet>true</quiet>