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 13:13:47 UTC

svn commit: r743700 - /directory/shared/trunk/pom.xml

Author: felixk
Date: Thu Feb 12 12:13:46 2009
New Revision: 743700

URL: http://svn.apache.org/viewvc?rev=743700&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/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=743700&r1=743699&r2=743700&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Thu Feb 12 12:13:46 2009
@@ -32,14 +32,13 @@
 
   <properties>
     <projectName>ApacheDS-Shared</projectName>
-    <!--<siteId>apacheds-shared</siteId>-->
+    <distributionManagement.site.url>scpexe://vm094.oxylos.org/var/www/html/projects/shared/</distributionManagement.site.url>
   </properties>
   
   <distributionManagement>
     <site>
       <id>apache.directory.shared</id>
-      <!--<url>${staging.siteURL}/${siteId}/${version}</url>-->
-      <url>scpexe://vm094.oxylos.org/var/www/html/projects/shared/</url>
+      <url>${distributionManagement.site.url}</url>
     </site>
   </distributionManagement>