Difference between revisions of "Multi-Module Maven with github pages"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* https://github.com/BITPlan/com.bitplan.multimodule | * https://github.com/BITPlan/com.bitplan.multimodule | ||
<source lang='xml'> | <source lang='xml'> | ||
− | + | <distributionManagement> | |
− | + | <site> | |
− | + | <id>${project.artifactId}-site</id> | |
− | + | <url>${project.baseUri}</url> | |
− | + | </site> | |
− | + | </distributionManagement> | |
</source> | </source> | ||
Revision as of 15:26, 23 August 2018
Motivation
The issues
led to the creation of the example project:
<distributionManagement>
<site>
<id>${project.artifactId}-site</id>
<url>${project.baseUri}</url>
</site>
</distributionManagement>