Difference between revisions of "Multi-Module Maven with github pages"

From BITPlan Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
led to the creation of the example project:
 
led to the creation of the example project:
 
* https://github.com/BITPlan/com.bitplan.multimodule
 
* https://github.com/BITPlan/com.bitplan.multimodule
 +
Following the suggestion of https://stackoverflow.com/a/19336536/1497139 led to adding
 
<source lang='xml'>
 
<source lang='xml'>
 
   <distributionManagement>
 
   <distributionManagement>
Line 13: Line 14:
 
   </distributionManagement>
 
   </distributionManagement>
 
</source>
 
</source>
 +
to the parent pom.xml
  
 
= Stackoverflow questions =
 
= Stackoverflow questions =

Revision as of 16:27, 23 August 2018