You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2019/05/21 03:24:47 UTC

svn commit: r1859601 - in /turbine/fulcrum/tags: fulcrum-factory-1.1.1/ fulcrum-intake-2.0.0/ fulcrum-localization-1.0.7/ fulcrum-mimetype-1.0.6/ fulcrum-parser-2.0.0/ fulcrum-pool-1.0.5/ fulcrum-quartz-1.1.1/ fulcrum-testcontainer-1.0.8/ fulcrum-xslt-...

Author: painter
Date: Tue May 21 03:24:47 2019
New Revision: 1859601

URL: http://svn.apache.org/viewvc?rev=1859601&view=rev
Log:
Update tagged fulcrum component poms for publishing to website

Modified:
    turbine/fulcrum/tags/fulcrum-factory-1.1.1/pom.xml
    turbine/fulcrum/tags/fulcrum-intake-2.0.0/pom.xml
    turbine/fulcrum/tags/fulcrum-localization-1.0.7/pom.xml
    turbine/fulcrum/tags/fulcrum-mimetype-1.0.6/pom.xml
    turbine/fulcrum/tags/fulcrum-parser-2.0.0/pom.xml
    turbine/fulcrum/tags/fulcrum-pool-1.0.5/pom.xml
    turbine/fulcrum/tags/fulcrum-quartz-1.1.1/pom.xml
    turbine/fulcrum/tags/fulcrum-testcontainer-1.0.8/pom.xml
    turbine/fulcrum/tags/fulcrum-xslt-1.1.1/pom.xml
    turbine/fulcrum/tags/fulcrum-yaafi-1.0.8/pom.xml
    turbine/fulcrum/tags/fulcrum-yaafi-crypto-1.0.7/pom.xml

Modified: turbine/fulcrum/tags/fulcrum-factory-1.1.1/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-factory-1.1.1/pom.xml?rev=1859601&r1=1859600&r2=1859601&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-factory-1.1.1/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-factory-1.1.1/pom.xml Tue May 21 03:24:47 2019
@@ -32,8 +32,16 @@
   <description>Fulcrum Factory Service</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-factory</url>
 		
+  <!-- Required for staging to work -->
+  <distributionManagement>
+    <site>
+      <id>turbine.apache.org</id>
+      <url>https://turbine.apache.org/fulcrum/fulcrum-factory/</url>
+    </site>
+  </distributionManagement>
+
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-factory-1.1.1</connection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-factory-1.1.1/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-factory-1.1.1</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-factory-1.1.1</url>
   </scm>
@@ -101,6 +109,9 @@
 
   <properties>
     <turbine.site.path>fulcrum/fulcrum-factory</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/factory</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>

Modified: turbine/fulcrum/tags/fulcrum-intake-2.0.0/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-intake-2.0.0/pom.xml?rev=1859601&r1=1859600&r2=1859601&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-intake-2.0.0/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-intake-2.0.0/pom.xml Tue May 21 03:24:47 2019
@@ -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>

Modified: turbine/fulcrum/tags/fulcrum-localization-1.0.7/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-localization-1.0.7/pom.xml?rev=1859601&r1=1859600&r2=1859601&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-localization-1.0.7/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-localization-1.0.7/pom.xml Tue May 21 03:24:47 2019
@@ -31,10 +31,18 @@
   <inceptionYear>2005</inceptionYear>
   <description>Fulcrum Localization Service</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-localization</url>
-		
+
+  <!-- Required for staging to work -->
+  <distributionManagement>
+     <site>
+        <id>turbine.apache.org</id>
+        <url>https://turbine.apache.org/fulcrum/fulcrum-localization/</url>
+     </site>
+  </distributionManagement>
+
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-localization-1.0.7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-localization-1.0.7</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-localization-1.0.7/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-localization-1.0.7</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-localization-1.0.7</url>
   </scm>
 
@@ -114,6 +122,9 @@
 
   <properties>
     <turbine.site.path>fulcrum/fulcrum-localization</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/localization</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>

Modified: turbine/fulcrum/tags/fulcrum-mimetype-1.0.6/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-mimetype-1.0.6/pom.xml?rev=1859601&r1=1859600&r2=1859601&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-mimetype-1.0.6/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-mimetype-1.0.6/pom.xml Tue May 21 03:24:47 2019
@@ -30,10 +30,18 @@
   <inceptionYear>2004</inceptionYear>
   <description>Fulcrum Mimetype Component</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-mimetype/</url>
-		
+
+  <!-- Required for staging to work -->
+  <distributionManagement>
+     <site>
+        <id>turbine.apache.org</id>
+        <url>https://turbine.apache.org/fulcrum/fulcrum-mimetype/</url>
+     </site>
+  </distributionManagement>
+
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-mimetype-1.0.6</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-mimetype-1.0.6</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-mimetype-1.0.6/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-mimetype-1.0.6</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-mimetype-1.0.6</url>
   </scm>
 
@@ -83,7 +91,10 @@
   </build>
 	
   <properties>
-  	<turbine.site.path>fulcrum/fulcrum-mimetype</turbine.site.path>
+    <turbine.site.path>fulcrum/fulcrum-mimetype</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/mimetype</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>

Modified: turbine/fulcrum/tags/fulcrum-parser-2.0.0/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-parser-2.0.0/pom.xml?rev=1859601&r1=1859600&r2=1859601&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-parser-2.0.0/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-parser-2.0.0/pom.xml Tue May 21 03:24:47 2019
@@ -30,10 +30,18 @@
   <inceptionYear>2005</inceptionYear>
   <description>This Service functions as a repository for Parser components.</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-parser</url>
+
+  <!-- Required for staging to work -->
+  <distributionManagement>
+    <site>
+       <id>turbine.apache.org</id>
+       <url>https://turbine.apache.org/fulcrum/fulcrum-parser/</url>
+    </site>
+  </distributionManagement>
 		
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-parser-2.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-parser-2.0.0</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-parser-2.0.0/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-parser-2.0.0</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-parser-2.0.0</url>
   </scm>
 
@@ -133,6 +141,9 @@
 
   <properties>
     <turbine.site.path>fulcrum/fulcrum-parser</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/parser</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>

Modified: turbine/fulcrum/tags/fulcrum-pool-1.0.5/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-pool-1.0.5/pom.xml?rev=1859601&r1=1859600&r2=1859601&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-pool-1.0.5/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-pool-1.0.5/pom.xml Tue May 21 03:24:47 2019
@@ -30,10 +30,18 @@
   <inceptionYear>2005</inceptionYear>
   <description>Fulcrum Pool Service</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-pool</url>
-		
+
+  <!-- Required for staging to work -->
+  <distributionManagement>
+    <site>
+      <id>turbine.apache.org</id>
+      <url>https://turbine.apache.org/fulcrum/fulcrum-pool/</url>
+    </site>
+  </distributionManagement>
+
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-pool-1.0.5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-pool-1.0.5</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-pool-1.0.5/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-pool-1.0.5</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-pool-1.0.5</url>
   </scm>
 
@@ -104,6 +112,9 @@
 
   <properties>
     <turbine.site.path>fulcrum/fulcrum-pool</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/pool</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>

Modified: turbine/fulcrum/tags/fulcrum-quartz-1.1.1/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-quartz-1.1.1/pom.xml?rev=1859601&r1=1859600&r2=1859601&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-quartz-1.1.1/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-quartz-1.1.1/pom.xml Tue May 21 03:24:47 2019
@@ -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>

Modified: turbine/fulcrum/tags/fulcrum-testcontainer-1.0.8/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-testcontainer-1.0.8/pom.xml?rev=1859601&r1=1859600&r2=1859601&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-testcontainer-1.0.8/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-testcontainer-1.0.8/pom.xml Tue May 21 03:24:47 2019
@@ -1,186 +1,190 @@
-<?xml version="1.0"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <artifactId>turbine-parent</artifactId>
-       <groupId>org.apache.turbine</groupId>
-       <version>5</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.fulcrum</groupId>
-  <artifactId>fulcrum-testcontainer</artifactId>
-  <version>1.0.8</version>
-  <name>Fulcrum Test Container</name>
-  <inceptionYear>2004</inceptionYear>
-  <description>A test framework for Avalon components</description>
-  <url>http://turbine.apache.org/fulcrum/fulcrum-testcontainer</url>
-        
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-testcontainer-1.0.8</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-testcontainer-1.0.8</developerConnection>
-    <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-testcontainer-1.0.8</url>
-  </scm>
-
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <name>Fulcrum Website</name>
-      <url>http://turbine.apache.org/fulcrum/fulcrum-testcontainer/</url>
-    </site>    
-  </distributionManagement>
-    
-  <developers>
-    <developer>
-      <name>Siegfried Goeschl</name>
-      <id>sgoeschl</id>
-      <email>sgoeschl@apache.org</email>
-      <organization />
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-    </developer>
-  </developers>
-
-  <dependencies>
-     <!-- we still need this dependency to  compile -->
-     <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.12</version>
-        </dependency>
-    <dependency>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter-api</artifactId>
-            <version>${junit.jupiter.version}</version>
-            <!--scope>test</scope-->
-        </dependency>
-        <dependency>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter-params</artifactId>
-            <version>${junit.jupiter.version}</version>
-            <!--scope>test</scope-->
-        </dependency>
-        <dependency>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter-engine</artifactId>
-            <version>${junit.jupiter.version}</version>
-        </dependency>
-    <!-- use Junit 4 within Junit 5 -->
-    <dependency>
-        <groupId>org.junit.vintage</groupId>
-        <artifactId>junit-vintage-engine</artifactId>
-        <version>${junit.jupiter.version}</version>
-    </dependency>
-    <dependency>
-        <groupId>org.junit.platform</groupId>
-        <artifactId>junit-platform-runner</artifactId>
-        <version>${junit.platform}</version>
-    </dependency>
-    <dependency>
-       <groupId>org.junit.platform</groupId>
-       <artifactId>junit-platform-launcher</artifactId>
-       <version>${junit.platform}</version>
-    </dependency>
-
-    <!-- Needed if testing with YAAFI -->
-    <dependency>
-      <groupId>org.apache.fulcrum</groupId>
-      <artifactId>fulcrum-yaafi</artifactId>
-      <version>1.0.8</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-        <groupId>javax.servlet</groupId>
-        <artifactId>javax.servlet-api</artifactId>
-        <version>3.1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <version>2.23.0</version>
-    </dependency>
-    <!-- Needed if testing with ECM -->
-    <dependency>
-      <groupId>org.apache.excalibur.component</groupId>
-      <artifactId>excalibur-component</artifactId>
-      <version>2.2.1</version>
-      <type>jar</type>
-      <optional>true</optional>
-    </dependency>
-    <!-- Log4j2 may be better used by default   -->
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-api</artifactId>
-      <version>${log4j2.version}</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-       <groupId>org.apache.logging.log4j</groupId>
-       <artifactId>log4j-core</artifactId>
-       <version>${log4j2.version}</version>
-       <optional>true</optional>
-    </dependency>
-    <!-- log4j1.2 bridge instead of log4j -->
-    <dependency>
-        <groupId>org.apache.logging.log4j</groupId>
-        <artifactId>log4j-1.2-api</artifactId>
-        <version>${log4j2.version}</version>
-        <optional>true</optional>
-    </dependency>
-    
-  </dependencies>
-
-  <build>
-    <sourceDirectory>${basedir}/src/java</sourceDirectory>
-    <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
-    <testResources>
-      <testResource>
-        <directory>${basedir}/src/test</directory>
-        <includes>
-          <include>*.xml</include>
-        </includes>
-      </testResource>
-    </testResources>
-    <plugins>
-      <plugin>
-        <!-- JUnit 5 requires Surefire version 2.22.0 or higher -->
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <!-- setting the default: forkCount=1/reuseForks=true -->
-          <forkCount>1</forkCount>
-          <!-- setting this to false (highest isolation: each test class has its own jvm process) let maven test ignore all tests? -->
-          <reuseForks>true</reuseForks>
-        </configuration>
-        <dependencies>
-            <!-- need no junit-platform-surefire-provider dependency-->
-          </dependencies>
-      </plugin>
-    </plugins>
-  </build>
-  
- 
-  <properties>
-    <turbine.site.path>fulcrum/fulcrum-testcontainer</turbine.site.path>
-    <junit.jupiter.version>5.3.2</junit.jupiter.version>
-    <junit.platform>1.3.2</junit.platform>
-    <log4j2.version>2.11.1</log4j2.version>
-  </properties>
-    
-</project>
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <artifactId>turbine-parent</artifactId>
+       <groupId>org.apache.turbine</groupId>
+       <version>5</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.fulcrum</groupId>
+  <artifactId>fulcrum-testcontainer</artifactId>
+  <version>1.0.8</version>
+  <name>Fulcrum Test Container</name>
+  <inceptionYear>2004</inceptionYear>
+  <description>A test framework for Avalon components</description>
+  <url>http://turbine.apache.org/fulcrum/fulcrum-testcontainer</url>
+        
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-testcontainer-1.0.8/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-testcontainer-1.0.8</developerConnection>
+    <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-testcontainer-1.0.8</url>
+  </scm>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Fulcrum Website</name>
+      <url>http://turbine.apache.org/fulcrum/fulcrum-testcontainer/</url>
+    </site>    
+  </distributionManagement>
+    
+  <developers>
+    <developer>
+      <name>Siegfried Goeschl</name>
+      <id>sgoeschl</id>
+      <email>sgoeschl@apache.org</email>
+      <organization />
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+  </developers>
+
+  <dependencies>
+     <!-- we still need this dependency to  compile -->
+     <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.12</version>
+        </dependency>
+    <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-api</artifactId>
+            <version>${junit.jupiter.version}</version>
+            <!--scope>test</scope-->
+        </dependency>
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-params</artifactId>
+            <version>${junit.jupiter.version}</version>
+            <!--scope>test</scope-->
+        </dependency>
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-engine</artifactId>
+            <version>${junit.jupiter.version}</version>
+        </dependency>
+    <!-- use Junit 4 within Junit 5 -->
+    <dependency>
+        <groupId>org.junit.vintage</groupId>
+        <artifactId>junit-vintage-engine</artifactId>
+        <version>${junit.jupiter.version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.junit.platform</groupId>
+        <artifactId>junit-platform-runner</artifactId>
+        <version>${junit.platform}</version>
+    </dependency>
+    <dependency>
+       <groupId>org.junit.platform</groupId>
+       <artifactId>junit-platform-launcher</artifactId>
+       <version>${junit.platform}</version>
+    </dependency>
+
+    <!-- Needed if testing with YAAFI -->
+    <dependency>
+      <groupId>org.apache.fulcrum</groupId>
+      <artifactId>fulcrum-yaafi</artifactId>
+      <version>1.0.8</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>javax.servlet-api</artifactId>
+        <version>3.1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>2.23.0</version>
+    </dependency>
+    <!-- Needed if testing with ECM -->
+    <dependency>
+      <groupId>org.apache.excalibur.component</groupId>
+      <artifactId>excalibur-component</artifactId>
+      <version>2.2.1</version>
+      <type>jar</type>
+      <optional>true</optional>
+    </dependency>
+    <!-- Log4j2 may be better used by default   -->
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+      <version>${log4j2.version}</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.logging.log4j</groupId>
+       <artifactId>log4j-core</artifactId>
+       <version>${log4j2.version}</version>
+       <optional>true</optional>
+    </dependency>
+    <!-- log4j1.2 bridge instead of log4j -->
+    <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-1.2-api</artifactId>
+        <version>${log4j2.version}</version>
+        <optional>true</optional>
+    </dependency>
+    
+  </dependencies>
+
+  <build>
+    <sourceDirectory>${basedir}/src/java</sourceDirectory>
+    <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${basedir}/src/test</directory>
+        <includes>
+          <include>*.xml</include>
+        </includes>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <!-- JUnit 5 requires Surefire version 2.22.0 or higher -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <!-- setting the default: forkCount=1/reuseForks=true -->
+          <forkCount>1</forkCount>
+          <!-- setting this to false (highest isolation: each test class has its own jvm process) let maven test ignore all tests? -->
+          <reuseForks>true</reuseForks>
+        </configuration>
+        <dependencies>
+            <!-- need no junit-platform-surefire-provider dependency-->
+          </dependencies>
+      </plugin>
+    </plugins>
+  </build>
+
+  <properties>
+
+    <turbine.site.path>fulcrum/fulcrum-testcontainer</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/testcontainer</turbine.scmPubCheckoutDirectory>
+    <turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
+    <siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL -->
+
+    <junit.jupiter.version>5.3.2</junit.jupiter.version>
+    <junit.platform>1.3.2</junit.platform>
+    <log4j2.version>2.11.1</log4j2.version>
+  </properties>
+
+</project>

Modified: turbine/fulcrum/tags/fulcrum-xslt-1.1.1/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-xslt-1.1.1/pom.xml?rev=1859601&r1=1859600&r2=1859601&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-xslt-1.1.1/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-xslt-1.1.1/pom.xml Tue May 21 03:24:47 2019
@@ -31,9 +31,17 @@
   <description>Fulcrum XSLT Service</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-xslt</url>
 		
+  <!-- Required for staging to work -->
+  <distributionManagement>
+     <site>
+        <id>turbine.apache.org</id>
+        <url>https://turbine.apache.org/fulcrum/fulcrum-xslt/</url>
+     </site>
+  </distributionManagement>
+
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-xslt-1.1.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-xslt-1.1.1</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-xslt-1.1.1/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-xslt-1.1.1</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-xslt-1.1.1</url>
   </scm>
 
@@ -100,6 +108,9 @@
   
 	<properties>
 		<turbine.site.path>fulcrum/fulcrum-xslt</turbine.site.path>
+        <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/xslt</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>

Modified: turbine/fulcrum/tags/fulcrum-yaafi-1.0.8/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8/pom.xml?rev=1859601&r1=1859600&r2=1859601&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-yaafi-1.0.8/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-yaafi-1.0.8/pom.xml Tue May 21 03:24:47 2019
@@ -31,11 +31,19 @@
 	<description>A light-weight Avalon container</description>
 	<url>http://turbine.apache.org/fulcrum/fulcrum-yaafi</url>
 
-	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8</developerConnection>
-		<url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8</url>
-	</scm>
+  <!-- Required for staging to work -->
+  <distributionManagement>
+    <site>
+      <id>turbine.apache.org</id>
+      <url>https://turbine.apache.org/fulcrum/fulcrum-yaafi</url>
+    </site>
+  </distributionManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8</developerConnection>
+    <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-yaafi-1.0.8</url>
+  </scm>
 
 	<developers>
 		<developer>
@@ -122,5 +130,9 @@
 
 	<properties>
 		<turbine.site.path>fulcrum/fulcrum-yaafi</turbine.site.path>
+        <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/yaafi</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>

Modified: turbine/fulcrum/tags/fulcrum-yaafi-crypto-1.0.7/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-yaafi-crypto-1.0.7/pom.xml?rev=1859601&r1=1859600&r2=1859601&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-yaafi-crypto-1.0.7/pom.xml (original)
+++ turbine/fulcrum/tags/fulcrum-yaafi-crypto-1.0.7/pom.xml Tue May 21 03:24:47 2019
@@ -32,10 +32,18 @@
   <inceptionYear>2008</inceptionYear>
   <description>Fulcrum YAAFI Crypto Library</description>
   <url>http://turbine.apache.org/fulcrum/fulcrum-yaafi-crytpo</url>
+
+  <!-- Required for staging to work -->
+  <distributionManagement>
+    <site>
+      <id>turbine.apache.org</id>
+      <url>https://turbine.apache.org/fulcrum/fulcrum-yaafi-crypto</url>
+    </site>
+  </distributionManagement>
 		
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-crypto-1.0.7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-crypto-1.0.7</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-crypto-1.0.7/</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-crypto-1.0.7</developerConnection>
     <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-yaafi-crypto-1.0.7</url>
   </scm>
 	
@@ -65,6 +73,13 @@
     <sourceDirectory>${basedir}/src/java</sourceDirectory>
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
+
+  <properties>
+    <turbine.site.path>fulcrum/fulcrum-yaafi-crypto</turbine.site.path>
+    <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/fulcrum-yaafi-crypto</turbine.scmPubCheckoutDirectory>
+    <turbine.site.cache>${project.build.directory}/turbine-sites</turbine.site.cache>
+    <siteContent.path>${project.build.directory}/staging</siteContent.path><!-- default stagingSiteURL -->
+  </properties>  
   
   <properties>
     <turbine.site.path>fulcrum/fulcrum-yaafi-crypto</turbine.site.path>