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/14 09:35:16 UTC

svn commit: r744425 - /directory/installers/trunk/pom.xml

Author: felixk
Date: Sat Feb 14 08:35:15 2009
New Revision: 744425

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

Modified: directory/installers/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/pom.xml?rev=744425&r1=744424&r2=744425&view=diff
==============================================================================
--- directory/installers/trunk/pom.xml (original)
+++ directory/installers/trunk/pom.xml Sat Feb 14 08:35:15 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/installers/</distributionManagement.site.url>
     <skin.version>1.0.0-SNAPSHOT</skin.version>
   </properties>
 
@@ -402,7 +402,7 @@
   <distributionManagement>
     <site>
       <id>apache.directory.installers</id>
-      <url>scpexe://localhost/tmp/installers/</url>
+      <url>${distributionManagement.site.url}</url>
     </site>
   </distributionManagement>