You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2009/02/12 17:50:56 UTC

svn commit: r743803 - /directory/apacheds/tags/1.5.3/pom.xml

Author: felixk
Date: Thu Feb 12 16:50:56 2009
New Revision: 743803

URL: http://svn.apache.org/viewvc?rev=743803&view=rev
Log:
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)

Modified:
    directory/apacheds/tags/1.5.3/pom.xml

Modified: directory/apacheds/tags/1.5.3/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/tags/1.5.3/pom.xml?rev=743803&r1=743802&r2=743803&view=diff
==============================================================================
--- directory/apacheds/tags/1.5.3/pom.xml (original)
+++ directory/apacheds/tags/1.5.3/pom.xml Thu Feb 12 16:50:56 2009
@@ -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>