kwin commented on code in PR #2060:
URL: https://github.com/apache/maven-resolver/pull/2060#discussion_r3821617492


##########
maven-resolver-tools/src/main/java/org/eclipse/aether/tools/CollectConfiguration.java:
##########
@@ -138,6 +138,13 @@ public enum Mode {
             description = "External Javadoc base URLs used for validated 
links")
     protected List<URI> externalJavadocUrls = new ArrayList<>();
 
+    @CommandLine.Option(
+            names = "--internal-javadoc-source-tree",
+            paramLabel = "directory",
+            description =
+                    "Directory trees searched for source roots included in 
aggregate Javadocs; defaults to the source processing root")

Review Comment:
   This deserves some more explanation. How exactly are the directories 
traversed to find source roots?



-- 
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]

Reply via email to