You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2016/07/05 07:09:47 UTC

cxf-build-utils git commit: Fix javadoc creation in Java 8

Repository: cxf-build-utils
Updated Branches:
  refs/heads/master 12b7513cf -> 8eddabb76


Fix javadoc creation in Java 8


Project: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/commit/8eddabb7
Tree: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/tree/8eddabb7
Diff: http://git-wip-us.apache.org/repos/asf/cxf-build-utils/diff/8eddabb7

Branch: refs/heads/master
Commit: 8eddabb76e4a3e15bd7794f2ea18f1a1879a75e3
Parents: 12b7513
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Tue Jul 5 09:09:41 2016 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Tue Jul 5 09:09:41 2016 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-build-utils/blob/8eddabb7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 45ddac2..f522bfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,6 +131,7 @@
                          <javadocVersion>1.6</javadocVersion>
                          <encoding>UTF-8</encoding>
                          <!--subpackages>org.apache.cxf</subpackages-->
+                         <additionalparam>-Xdoclint:none</additionalparam>
                      </configuration>
                  </plugin>
                  <plugin>