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:35:50 UTC

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


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

commit 996279d9ace7c0df5559b2da63e895ed812af76d
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Thu Sep 13 15:33:35 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 5c5dffb..33281f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,14 +42,6 @@
         <url>https://gitbox.apache.org/repos/asf?p=sling-jspc-maven-plugin.git</url>
     </scm>
 
-    <!-- Support for publishing the mvn site. -->
-    <distributionManagement>
-        <site>
-            <id>apache.website</id>
-            <url>https://gitbox.apache.org/repos/asf?p=sling-jspc-maven-plugin.git</url>
-        </site>
-    </distributionManagement>
-
     <properties>
         <maven.site.path>${project.artifactId}-archives/${project.artifactId}-LATEST</maven.site.path>
     </properties>