This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-registry.git


The following commit(s) were added to refs/heads/master by this push:
     new 1736582  Applying changes for git publish
1736582 is described below

commit 17365829c8b2e3b8aa9471715e7b6ad7a4106e32
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Dec 11 23:21:23 2018 +0100

    Applying changes for git publish
---
 pom.xml                         |  8 +-------
 spring-registry-api/pom.xml     | 10 +++-------
 spring-registry-commons/pom.xml | 10 +++-------
 3 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3943bab..b23518b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,17 +29,11 @@
 
   <properties>
     
<scmBrowseUrl>https://gitbox.apache.org/repos/asf?a=tree;p=archiva-redback-components-spring-registry.git</scmBrowseUrl>
+    <site.staging.base>${project.basedir}/../site</site.staging.base>
   </properties>
 
   <url>${webUrl}/${project.artifactId}</url>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>${siteUrl}/${project.artifactId}</url>
-    </site>
-  </distributionManagement>
-
   <scm>
     
<connection>scm:git:http://gitbox.apache.org/repos/asf/archiva-redback-components-spring-registry.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-registry.git</developerConnection>
diff --git a/spring-registry-api/pom.xml b/spring-registry-api/pom.xml
index fadf6b4..c698d1b 100644
--- a/spring-registry-api/pom.xml
+++ b/spring-registry-api/pom.xml
@@ -31,15 +31,11 @@
   <packaging>bundle</packaging>
   <name>Redback Spring Registry Api</name>
 
+  <properties>
+    <site.staging.base>${project.parent.basedir}/../site</site.staging.base>
+  </properties>
   <url>${webUrl}/spring-registry/${project.artifactId}</url>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>${siteUrl}/spring-registry/${project.artifactId}</url>
-    </site>
-  </distributionManagement>
-
   <scm>
     <url>${scmBrowseUrl};f=${project.artifactId}</url>
   </scm>
diff --git a/spring-registry-commons/pom.xml b/spring-registry-commons/pom.xml
index 764d226..75d6074 100644
--- a/spring-registry-commons/pom.xml
+++ b/spring-registry-commons/pom.xml
@@ -30,16 +30,12 @@
   <artifactId>spring-registry-commons</artifactId>
   <packaging>bundle</packaging>
   <name>Redback Spring Registry commons-configuration</name>
+  <properties>
+    <site.staging.base>${project.parent.basedir}/../site</site.staging.base>
+  </properties>
 
   <url>${webUrl}/spring-registry/${project.artifactId}</url>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>${siteUrl}/spring-registry/${project.artifactId}</url>
-    </site>
-  </distributionManagement>
-
   <scm>
     <url>${scmBrowseUrl};f=${project.artifactId}</url>
   </scm>

Reply via email to