This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to tag fulcrum-parser-2.0.0 in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-parser.git
commit f140f2c9694a734d832ca56ee01390842c825f98 Author: Jeffery Painter <[email protected]> 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-parser-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 6d5f792..3327ce6 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
