This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 963fd90  Adds required distributionManagement section to allow publish 
the site
963fd90 is described below

commit 963fd90d1e70a51ac2d88f66bfb5f19c54836dd9
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sun Apr 19 10:53:53 2020 +0200

    Adds required distributionManagement section to allow publish the site
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7934870..237985e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to