You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2015/12/05 01:18:05 UTC

[2/2] mina git commit: Desactivated the Java 8 javadoc lint

Desactivated the Java 8 javadoc lint


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

Branch: refs/heads/2.0
Commit: 7be2ca5cc352e1bfbc964176094141b5ddc61974
Parents: dd25b64
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Sat Dec 5 01:17:51 2015 +0100
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Sat Dec 5 01:17:51 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/mina/blob/7be2ca5c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 20c28f4..3e90ec4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,6 +411,7 @@
                 </goals>
                 <configuration>
                   <aggregate>true</aggregate>
+                  <additionalparam>-Xdoclint:none</additionalparam>
                 </configuration>
               </execution>
             </executions>
@@ -553,6 +554,7 @@
                 <head />
               </tag>
             </tags>
+            <additionalparam>-Xdoclint:none</additionalparam>
          </configuration>
         </plugin>