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-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new a91d4e4 set site url to fixed url remove obsolete site distribution
settings - sites are now build locally and copied manually to sling-site git
repo
a91d4e4 is described below
commit a91d4e41c3d9a5ede423fdb70449f04821992f5f
Author: sseifert <[email protected]>
AuthorDate: Thu Sep 13 15:35:29 2018 +0200
set site url to fixed url
remove obsolete site distribution settings - sites are now build locally
and copied manually to sling-site git repo
---
pom.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 95f4f96..8be880c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,7 @@
<description>
Maven Plugin for OSGi Applications
</description>
+ <url>https://sling.apache.org/components/slingfeature-maven-plugin/</url>
<properties>
<sling.java.version>8</sling.java.version>
@@ -44,14 +45,6 @@
</scm>
-->
- <!-- Support for publishing the mvn site. -->
- <distributionManagement>
- <site>
- <id>apache.website</id>
-
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/sling/content/components/${maven.site.path}</url>
- </site>
- </distributionManagement>
-
<build>
<plugins>
<plugin>