slawekjaranowski commented on code in PR #11779:
URL: https://github.com/apache/maven/pull/11779#discussion_r3029013597
##########
maven-core/src/main/java/org/apache/maven/execution/MavenSession.java:
##########
@@ -163,6 +163,24 @@ public MavenExecutionResult getResult() {
return result;
}
+ /**
+ * Returns top directory if discovered or {@code null}.
+ *
+ * @since 3.10.0
+ */
Review Comment:
more clear documentation will be appreciated what is difference between top
and root directory
--
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]