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


Explicit set -Xdoclint:none


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

Branch: refs/heads/master
Commit: 3fae3ad76bb4dc579db410108970ec2b7d0caa3f
Parents: 11027dc
Author: Andy Seaborne <a...@apache.org>
Authored: Thu Feb 8 17:51:37 2018 +0000
Committer: Andy Seaborne <a...@apache.org>
Committed: Thu Feb 8 17:51:37 2018 +0000

----------------------------------------------------------------------
 jena-iri/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


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

Reply via email to