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/08 08:56:05 UTC

[turbine-fulcrum-quartz] 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-quartz-1.1.1
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-quartz.git

commit 8e02a82fb2c2a69fd374c6b5d2830264f7b1c873
Author: Jeffery Painter <pa...@apache.org>
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-quartz-1.1.1@1859601 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2dfdf27..37bffe0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,11 +31,19 @@
 	<description>A wrapper around the Quartz Scheduler.</description>
 	<url>http://turbine.apache.org/fulcrum/fulcrum-quartz/</url>
 
-	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</developerConnection>
-		<url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</url>
-	</scm>
+	<!-- Required for staging to work -->
+	<distributionManagement>
+	   <site>
+              <id>turbine.apache.org</id>
+              <url>https://turbine.apache.org/fulcrum/fulcrum-quartz/</url>
+	   </site>
+	</distributionManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-quartz-1.1.1/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</developerConnection>
+    <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-quartz-1.1.1</url>
+  </scm>
 
 	<developers>
 		<developer>
@@ -132,8 +140,11 @@
 
 	</build>
 
-	<properties>
-		<turbine.site.path>fulcrum/fulcrum-quartz</turbine.site.path>
-	</properties>
+  <properties>
+    <turbine.site.path>fulcrum/fulcrum-quartz</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/quartz</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>