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/04/22 22:54:23 UTC

svn commit: r767654 - in /james/jsieve/trunk: mailet/pom.xml main/pom.xml util/pom.xml

Author: rdonkin
Date: Wed Apr 22 20:54:23 2009
New Revision: 767654

URL: http://svn.apache.org/viewvc?rev=767654&view=rev
Log:
Inheritance didn't work very well :-/

Modified:
    james/jsieve/trunk/mailet/pom.xml
    james/jsieve/trunk/main/pom.xml
    james/jsieve/trunk/util/pom.xml

Modified: james/jsieve/trunk/mailet/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/pom.xml?rev=767654&r1=767653&r2=767654&view=diff
==============================================================================
--- james/jsieve/trunk/mailet/pom.xml (original)
+++ james/jsieve/trunk/mailet/pom.xml Wed Apr 22 20:54:23 2009
@@ -38,6 +38,40 @@
   <url>http://james.apache.org/jsieve</url>
   <inceptionYear>2004</inceptionYear>
 
+  <properties>
+    <!--
+    The website is committed to subversion. This property can be overriden
+    to upload the site to a local staging location.
+    For example, adding the following to ~/.m2/settings.xml will upload
+    to localhost:
+    
+      <profiles>
+        <profile>
+           <id>main</id>
+           <activation>
+              <activeByDefault>true</activeByDefault>
+           </activation>
+           <properties>
+              <james.www>scp://localhost/www</james.www>
+              <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.jsieve.www>${james.www}/jsieve/</james.jsieve.www>
+    <!-- Overridding this value allows single set of loopback settings to be maintained -->
+    <james.www.id>jsieve-website</james.www.id>
+  </properties>
+
+  <distributionManagement>
+    <site>
+      <id>${james.www.id}</id>
+      <url>${james.jsieve.www}</url>
+    </site>
+  </distributionManagement>
+
+
   <issueManagement>
     <system>JIRA</system>
     <url>http://issues.apache.org/jira/browse/JSIEVE</url>

Modified: james/jsieve/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/main/pom.xml?rev=767654&r1=767653&r2=767654&view=diff
==============================================================================
--- james/jsieve/trunk/main/pom.xml (original)
+++ james/jsieve/trunk/main/pom.xml Wed Apr 22 20:54:23 2009
@@ -37,6 +37,40 @@
   </description>
   <url>http://james.apache.org/jsieve</url>
   <inceptionYear>2004</inceptionYear>
+  
+  <properties>
+    <!--
+    The website is committed to subversion. This property can be overriden
+    to upload the site to a local staging location.
+    For example, adding the following to ~/.m2/settings.xml will upload
+    to localhost:
+    
+      <profiles>
+        <profile>
+           <id>main</id>
+           <activation>
+              <activeByDefault>true</activeByDefault>
+           </activation>
+           <properties>
+              <james.www>scp://localhost/www</james.www>
+              <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.jsieve.www>${james.www}/jsieve/</james.jsieve.www>
+    <!-- Overridding this value allows single set of loopback settings to be maintained -->
+    <james.www.id>jsieve-website</james.www.id>
+  </properties>
+
+  <distributionManagement>
+    <site>
+      <id>${james.www.id}</id>
+      <url>${james.jsieve.www}</url>
+    </site>
+  </distributionManagement>
+
 
   <issueManagement>
     <system>JIRA</system>

Modified: james/jsieve/trunk/util/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/util/pom.xml?rev=767654&r1=767653&r2=767654&view=diff
==============================================================================
--- james/jsieve/trunk/util/pom.xml (original)
+++ james/jsieve/trunk/util/pom.xml Wed Apr 22 20:54:23 2009
@@ -38,6 +38,39 @@
   <url>http://james.apache.org/jsieve</url>
   <inceptionYear>2004</inceptionYear>
 
+  <properties>
+    <!--
+    The website is committed to subversion. This property can be overriden
+    to upload the site to a local staging location.
+    For example, adding the following to ~/.m2/settings.xml will upload
+    to localhost:
+    
+      <profiles>
+        <profile>
+           <id>main</id>
+           <activation>
+              <activeByDefault>true</activeByDefault>
+           </activation>
+           <properties>
+              <james.www>scp://localhost/www</james.www>
+              <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.jsieve.www>${james.www}/jsieve/</james.jsieve.www>
+    <!-- Overridding this value allows single set of loopback settings to be maintained -->
+    <james.www.id>jsieve-website</james.www.id>
+  </properties>
+
+  <distributionManagement>
+    <site>
+      <id>${james.www.id}</id>
+      <url>${james.jsieve.www}</url>
+    </site>
+  </distributionManagement>
+
   <issueManagement>
     <system>JIRA</system>
     <url>http://issues.apache.org/jira/browse/JSIEVE</url>



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