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-fulcrum-pool.git
commit a7596db7059bdd9eb451c471a69d66bad342081d Author: Jeffery Painter <[email protected]> AuthorDate: Mon May 20 15:49:44 2019 +0000 Add distribution management configuration to fulcrum modules git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pool@1859569 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a50863..6909b64 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,15 @@ <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/trunk/pool/</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pool/</developerConnection> @@ -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>
