You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2018/09/13 13:36:26 UTC

[sling-slingstart-maven-plugin] branch master updated: remove obsolete site distribution settings - sites are now build locally and copied manually to sling-site git repo

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 07d21c6  remove obsolete site distribution settings - sites are now build locally and copied manually to sling-site git repo
07d21c6 is described below

commit 07d21c64a37ca6a42c009acb2faf5acffeedd0bb
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Thu Sep 13 15:33:58 2018 +0200

    remove obsolete site distribution settings - sites are now build locally and copied manually to sling-site git repo
---
 pom.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9be08b0..033b95a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,16 +41,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-slingstart-maven-plugin.git</url>
-      <tag>HEAD</tag>
-  </scm>
-
-    <!-- Support for publishing the mvn site. -->
-    <distributionManagement>
-        <site>
-            <id>apache.website</id>
-            <url>https://gitbox.apache.org/repos/asf?p=sling-slingstart-maven-plugin.git</url>
-        </site>
-    </distributionManagement>
+       <tag>HEAD</tag>
+    </scm>
 
     <build>
         <plugins>