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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]