cstamas commented on code in PR #1700: URL: https://github.com/apache/maven/pull/1700#discussion_r1773710972
########## maven-core/src/main/java/org/apache/maven/internal/impl/InternalMavenSession.java: ########## @@ -35,6 +36,10 @@ static InternalMavenSession from(Session session) { List<Project> getProjects(List<org.apache.maven.project.MavenProject> projects); + /** + * May return null if the input projcet is null or is not part of the reactor. Review Comment: typo: project -- 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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org