You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by yo...@apache.org on 2016/09/07 17:42:32 UTC

[36/52] [abbrv] incubator-eagle git commit: [EAGLE-489] loosen javadoc restriction to get rid of javadoc failures of deploying artifacts

[EAGLE-489] loosen javadoc restriction to get rid of javadoc failures of deploying artifacts

Author: anyway1021 <mw...@apache.org>

Closes #405 from anyway1021/EAGLE-489.


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

Branch: refs/heads/master
Commit: b66e27b909156644b68f4ec12e28565ce3dc8ee4
Parents: 4a15e18
Author: anyway1021 <mw...@apache.org>
Authored: Mon Sep 5 16:08:10 2016 +0800
Committer: anyway1021 <mw...@apache.org>
Committed: Mon Sep 5 16:08:10 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/b66e27b9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1d4f64f..2a5b88a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1238,6 +1238,13 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <additionalparam>-Xdoclint:none</additionalparam>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <repositories>