Adds required distributionManagement section to allow publish the site

This commit is contained in:
Lukasz Lenart
2020-04-19 10:53:53 +02:00
parent a5728a2953
commit 963fd90d1e
+8
View File
@@ -72,6 +72,14 @@
</notifiers>
</ciManagement>
<distributionManagement>
<site>
<id>struts-stage</id>
<name>Apache Struts</name>
<url>file://${project.build.directory}/staging/</url>
</site>
</distributionManagement>
<modules>
<module>bom</module>
<module>core</module>