Hi, I define the following in the parent project.
<distributionManagement>
<site>
<id>x</id>
<url>x</url>
</site>
...
</distributionManagement>
<modules>
<module>a</module>
<module>b</module>
</modules>
When I run mvn site-deploy on the parent project, the site for the
parent project gets generated. The modules get listed, but when I
click on the modules' links, their sites are not present. I tried
appending ${project.artifactId} to the url, but that did not work
either. Each module declares the parent project as its parent. Please
help if you may.
This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law. If
you are not the intended recipient, you should delete this message.
Any disclosure, copying, or distribution of this message, or the taking of any
action based on it, is strictly prohibited. [v.E.1]