michael-o commented on code in PR #94:
URL: 
https://github.com/apache/maven-doxia-sitetools/pull/94#discussion_r1136345623


##########
doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/DefaultSiteTool.java:
##########
@@ -560,39 +559,13 @@ private void populateModulesMenu(
         }
 
         // we require child modules and reactors to process module menu
-        if (project.getModules().size() > 0) {
+        List<MavenProject> projectModules = project.getCollectedProjects();

Review Comment:
   This works 
`mavenSession.getProjectDependencyGraph().getDownstreamProjects(project, 
false)` when a624f1a5d113377f98a67eb698d8bbeffad4ce84 is applied.



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