You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by wy...@apache.org on 2020/06/12 07:06:57 UTC

[incubator-nemo] 01/02: Ignore javadoc errors

This is an automated email from the ASF dual-hosted git repository.

wylee pushed a commit to annotated tag nemo-project-0.2
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git

commit ceb8178ce79fe48d274aa1d7df2840145ec207e1
Author: WooYeon Lee <wy...@apache.org>
AuthorDate: Fri Jun 12 15:42:50 2020 +0900

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

diff --git a/pom.xml b/pom.xml
index 783565b..cc87b85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,6 +283,7 @@ under the License.
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>${maven.javadoc.version}</version>
         <configuration>
+          <doclint>none</doclint>
           <excludePackageNames>*.org.apache.nemo.runtime.common.comm</excludePackageNames>
           <outputDirectory>docs/apidocs</outputDirectory>
           <reportOutputDirectory>docs/apidocs</reportOutputDirectory>