[ 
https://issues.apache.org/jira/browse/PARQUET-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630512#comment-16630512
 ] 

ASF GitHub Bot commented on PARQUET-1429:
-----------------------------------------

zivanfi closed pull request #108: PARQUET-1429: Turn off DocLint on 
parquet-format
URL: https://github.com/apache/parquet-format/pull/108
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index 0b0c1141..5d35eccc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,6 +121,13 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <additionalparam>-Xdoclint:none</additionalparam>
+        </configuration>
+      </plugin>
       <plugin>
         <!-- Override source and target from the ASF parent -->
         <groupId>org.apache.maven.plugins</groupId>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Turn off DocLint on parquet-format
> ----------------------------------
>
>                 Key: PARQUET-1429
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1429
>             Project: Parquet
>          Issue Type: Task
>          Components: parquet-format
>            Reporter: Nandor Kollar
>            Assignee: Nandor Kollar
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: format-2.6.0
>
>
> DocLint is introduced in Java 8, and since the generated code in 
> parquet-format has several issues found by DocLint, attach-javadocsĀ goal will 
> fail.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to