You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by da...@apache.org on 2016/06/16 21:47:15 UTC

incubator-omid git commit: OMID-45: javadoc failure when publish

Repository: incubator-omid
Updated Branches:
  refs/heads/master 771255e32 -> 897eb8552


OMID-45: javadoc failure when publish


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

Branch: refs/heads/master
Commit: 897eb85525bf636fa66505dd4b7533769d1acd69
Parents: 771255e
Author: Daniel Dai <da...@hortonworks.com>
Authored: Thu Jun 16 14:47:01 2016 -0700
Committer: Daniel Dai <da...@hortonworks.com>
Committed: Thu Jun 16 14:47:01 2016 -0700

----------------------------------------------------------------------
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/897eb855/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 57217f5..48d6086 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,9 +263,6 @@
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>${maven-javadoc-plugin.version}</version>
-                    <configuration>
-                        <additionalparam>-Xdoclint:none</additionalparam>
-                    </configuration>
                 </plugin>
 
                 <!-- ============================================================================================== -->