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

ASF GitHub Bot commented on DRILL-6389:
---------------------------------------

arina-ielchiieva commented on a change in pull request #1276: DRILL-6389: 
Generate Javadoc for all classes and fix some warnings.
URL: https://github.com/apache/drill/pull/1276#discussion_r192974468
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -202,6 +208,138 @@
 
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <sourcepath>${basedir}</sourcepath>
+          <sourceFileExcludes>
+            <!-- Don't include codegen -->
+            <exclude>**/src/main/codegen/**/*.java</exclude>
+            <!-- Don't include target -->
+            <exclude>**/target/**/*.java</exclude>
+            <!--
+              Note: There is a bug with javadoc that causes javadoc to be 
unable to find the org.apache.parquet.hadoop.CodecFactory class in the 
parquet-hadoop dependency. This
+              is because we have declared our own org.apache.parquet.hadoop 
package in exec/java-exec. As a result we have to exclude some parquet classes, 
which generate
+              javadoc warnings because of this.
+            -->
+            <!-- Exclude files with strange package linking issues -->
 
 Review comment:
   Yes, I think that should be fine. Thanks!

----------------------------------------------------------------
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:
[email protected]


> Fix building javadocs
> ---------------------
>
>                 Key: DRILL-6389
>                 URL: https://issues.apache.org/jira/browse/DRILL-6389
>             Project: Apache Drill
>          Issue Type: Improvement
>            Reporter: Timothy Farkas
>            Assignee: Timothy Farkas
>            Priority: Major
>             Fix For: 1.14.0
>
>
> Javadocs don't build when running
> {code}
> mvn javadoc:aggregate
> {code}
> Get the javadocs for all the classes to build. Fix some warnings.



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

Reply via email to