Multi-Module Maven with github pages
Motivation
The issues
led to the creation of the example project:
<distributionManagement>
<site>
<id>${project.artifactId}-site</id>
<url>${project.baseUri}</url>
</site>
</distributionManagement>