You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/06/07 09:24:31 UTC

[GitHub] [bookkeeper] Shoothzj commented on a diff in pull request #3317: Fix maven javadoc generate

Shoothzj commented on code in PR #3317:
URL: https://github.com/apache/bookkeeper/pull/3317#discussion_r890987456


##########
stream/distributedlog/pom.xml:
##########
@@ -47,8 +47,9 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>${maven-javadoc-plugin.version}</version>
         <configuration>
+          <sourcepath>${src.dir}</sourcepath>
+          <notimestamp>true</notimestamp>
           <!-- Avoid for missing javadoc comments to be marked as errors -->

Review Comment:
   @nicoloboschi why? it's commented for `<doclint>none<doclint>`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org