You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2017/03/20 16:10:55 UTC

servicemix-specs git commit: Update javadoc config to work smoothly with Java8

Repository: servicemix-specs
Updated Branches:
  refs/heads/master 2cece30e6 -> 3bd1e1009


Update javadoc config to work smoothly with Java8


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

Branch: refs/heads/master
Commit: 3bd1e10094c0b29b62ab343b5a252e92da376a54
Parents: 2cece30
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Mon Mar 20 17:10:38 2017 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Mon Mar 20 17:10:38 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/3bd1e100/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0682d36..93d4994 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,6 +221,9 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>2.9.1</version>
+                    <configuration>
+                       <additionalparam>-Xdoclint:none</additionalparam>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -286,6 +289,7 @@
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <version>2.3</version>
                 <configuration>
+                    <additionalparam>-Xdoclint:none</additionalparam>
                     <minmemory>128m</minmemory>
                     <maxmemory>512m</maxmemory>
                     <breakiterator>true</breakiterator>