You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/04/09 19:58:40 UTC

[archiva-redback-components-redback-features] 03/18: fix site deployment

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-redback-features.git

commit e8c2399f28e3f3f630d04055d2bce1e506f51bfb
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Aug 31 10:17:55 2012 +0000

    fix site deployment
    
    git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1379403 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index c1dfbcc..6988232 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,15 @@
   <packaging>pom</packaging>
   <name>Redback :: Components :: Karaf features</name>
 
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+    </site>
+  </distributionManagement>
+
   <properties>
     <commons-beanutils.bundle.version>1.7.0_5</commons-beanutils.bundle.version>
     <commons-codec.bundle.version>1.3_5</commons-codec.bundle.version>

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.