Replace url by property
- Have the same construct as e.g. in studio
- Make the deployment URL changeable via property (can be set/overwritten in CLI)

git-svn-id: https://svn.apache.org/repos/asf/directory/apacheds/tags/1.5.3@743803 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 77ac4df..23273bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
   <properties>
     <projectName>Apache Directory Server</projectName>
-    <!--<siteId>apacheds</siteId>-->
+    <distributionManagement.site.url>scpexe://vm094.oxylos.org/var/www/html/projects/apacheds/</distributionManagement.site.url>
   </properties>
 
   <url>http://directory.apache.org/apacheds/1.5</url>
@@ -288,7 +288,7 @@
   <distributionManagement>
     <site>
       <id>apache.directory.apacheds</id>
-      <url>scpexe://vm094.oxylos.org/var/www/html/projects/apacheds/</url>
+      <url>${distributionManagement.site.url}</url>
     </site>
   </distributionManagement>