You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/02/09 12:29:50 UTC

svn commit: r742407 - /james/mailet/base/trunk/pom.xml

Author: rdonkin
Date: Mon Feb  9 11:29:48 2009
New Revision: 742407

URL: http://svn.apache.org/viewvc?rev=742407&view=rev
Log:
Better to allow both project and product overriding. MAILETBASE-1

Modified:
    james/mailet/base/trunk/pom.xml

Modified: james/mailet/base/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/pom.xml?rev=742407&r1=742406&r2=742407&view=diff
==============================================================================
--- james/mailet/base/trunk/pom.xml (original)
+++ james/mailet/base/trunk/pom.xml Mon Feb  9 11:29:48 2009
@@ -56,14 +56,18 @@
               <james.www.id>localhost</james.www.id>
       ...
     -->
+    <!-- General location for site stage -->
     <james.www>scp://people.apache.org/www/james.apache.org/</james.www>
+    <!-- Project specific location, allowing specific override -->
+    <james.mailetbase.www>${james.www}/mailet/base/</james.mailetbase.www>
+    <!-- Overridding this value allows single set of loopback settings to be maintained -->
     <james.www.id>>mailet-base-website</james.www.id>
   </properties>
 
   <distributionManagement>
     <site>
       <id>${james.www.id}</id>
-      <url>${james.www}</url>
+      <url>${james.mailetbase.www}</url>
     </site>
   </distributionManagement>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org