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-site.git
The following commit(s) were added to refs/heads/master by this push:
new a75afeb fix pom.xml, replace svn with git, set turbine.site.path to
git repo
a75afeb is described below
commit a75afeb6bf887d290f2ee8f35e832dc5064f56c7
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Sep 14 15:59:46 2021 +0100
fix pom.xml, replace svn with git, set turbine.site.path to git repo
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5453125..4b09b82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-site.git</connection>
-
<developerConnection>scm:svn:https://gitbox.apache.org/repos/asf/turbine-site.git</developerConnection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-site.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf/turbine-site.git</url>
</scm>
@@ -167,9 +167,10 @@
<artifactId>maven-scm-publish-plugin</artifactId>
<configuration>
<content>${project.reporting.outputDirectory}</content>
- <pubScmUrl>scm:svn:${turbine.scmPubUrl}</pubScmUrl>
+ <pubScmUrl>scm:git:${turbine.scmPubUrl}</pubScmUrl>
<checkoutDirectory>${turbine.scmPubCheckoutDirectory}</checkoutDirectory>
<tryUpdate>true</tryUpdate>
+ <scmBranch>asf-site</scmBranch>
<skipDeletedFiles>true</skipDeletedFiles>
<ignorePathsToDelete>
<ignorePathToDelete>dtd**</ignorePathToDelete>
@@ -222,7 +223,7 @@
</reporting>
<properties>
- <turbine.site.path></turbine.site.path>
+ <turbine.site.path>${project.artifactId}</turbine.site.path>
<turbine.scmPubCheckoutDirectory>${turbine.site.cache}/site</turbine.scmPubCheckoutDirectory>
</properties>