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-factory.git
commit 03debd7dd1e66317ff1e5bea3ca84c802563a8c4 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/factory@1859569 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 5b186af..61c7af5 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,14 @@ <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/trunk/factory/</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/factory/</developerConnection> @@ -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>
