You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/09/06 14:50:43 UTC

[turbine-fulcrum-intake] 02/03: Update tagged fulcrum component poms for publishing to website

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

gk pushed a commit to tag fulcrum-intake-2.0.0
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git

commit 33b985c5ac04a607dd0509813089f978206f027e
Author: painter <pa...@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Tue May 21 03:24:47 2019 +0000

    Update tagged fulcrum component poms for publishing to website
    
    git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-2.0.0@1859601 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 768f40d..7613dec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,10 +30,18 @@
   <inceptionYear>2005</inceptionYear>
   <description>This Service provides rule-based input validation</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-intake</url>
+
+  <!-- Required for staging to work -->
+  <distributionManagement>
+    <site>
+       <id>turbine.apache.org</id>
+       <url>https://turbine.apache.org/fulcrum/fulcrum-intake/</url>
+    </site>
+  </distributionManagement>	
 		
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-2.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-2.0.0</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-2.0.0/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-intake-2.0.0</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-intake-2.0.0</url>
   </scm>
 
@@ -129,6 +137,9 @@
 
   <properties>
     <turbine.site.path>fulcrum/fulcrum-intake</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/intake</turbine.scmPubCheckoutDirectory>
+    <turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
+    <siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL -->
   </properties>  
 
 </project>