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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git

commit f141a9e09f15b1e425ffc08f47896d88005fd945
Author: Georg Kallidis <g...@apache.org>
AuthorDate: Fri Jun 20 11:26:48 2025 +0200

    Add distributionManagement to allow building site
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9b704d9..5520daf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,13 @@
     
<url>scm:git:https://gitbox.apache.org/repos/asf/turbine-archetypes.git</url>
     <tag>HEAD</tag>
   </scm>
+   <!-- Required for staging to work -->
+  <distributionManagement>
+       <site>
+        <id>apache.org</id>
+        
<url>scm:git:https://gitbox.apache.org/repos/asf/turbine-archetypes.git</url>
+      </site>
+  </distributionManagement>
   
    <properties>
       <docker>false</docker>

Reply via email to