You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/09/09 03:36:29 UTC

[08/46] directory-kerby git commit: added teh distributionManagement tag

added teh distributionManagement tag


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/e355be4b
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/e355be4b
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/e355be4b

Branch: refs/heads/pkinit-support
Commit: e355be4bc7467976b0d06edf6834033efd945909
Parents: 11444a0
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Sat Aug 22 12:39:56 2015 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Sat Aug 22 12:39:56 2015 +0200

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/e355be4b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7e056a7..6a40c72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,13 @@
     <tag>HEAD</tag>
   </scm>
 
+  <distributionManagement>
+    <site>
+      <id>apache.directory.kerby</id>
+      <url>scpexe://people.apache.org/www/directory.apache.org/kerby/gen-docs/${project.version}/</url>
+    </site>
+  </distributionManagement>
+
   <properties>
     <apacheds.version>2.0.0-M20</apacheds.version>
     <ldap.api.version>1.0.0-M31</ldap.api.version>