Skip to content

Commit

Permalink
Adds required distributionManagement section to allow publish the site
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Apr 19, 2020
1 parent a5728a2 commit 963fd90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 963fd90

Please sign in to comment.