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:15 UTC

[sling-maven-sling-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-maven-sling-plugin.git


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

commit 7989c5b020fc148b4a059fd799a966ca970bb6dc
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Thu Sep 13 15:19:36 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 31992df..8bf0180 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,16 +45,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-maven-sling-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-maven-sling-plugin.git</url>
-        </site>
-    </distributionManagement>
+        <tag>HEAD</tag>
+    </scm>
 
     <properties>
         <maven.site.path>${project.artifactId}-archives/${project.artifactId}-LATEST</maven.site.path>