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 ba...@apache.org on 2008/08/23 19:17:09 UTC

svn commit: r688375 - in /james/mailet: base/trunk/pom.xml crypto/trunk/pom.xml current/ current/pom.xml standard/trunk/pom.xml

Author: bago
Date: Sat Aug 23 10:17:08 2008
New Revision: 688375

URL: http://svn.apache.org/viewvc?rev=688375&view=rev
Log:
Minor url/distribution management fixes for mailet products.
Add maven-mailetdocs-plugin to the current externals.
Add maven-mailetdocs-plugin to crypto reports.

Modified:
    james/mailet/base/trunk/pom.xml
    james/mailet/crypto/trunk/pom.xml
    james/mailet/current/   (props changed)
    james/mailet/current/pom.xml
    james/mailet/standard/trunk/pom.xml

Modified: james/mailet/base/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/pom.xml?rev=688375&r1=688374&r2=688375&view=diff
==============================================================================
--- james/mailet/base/trunk/pom.xml (original)
+++ james/mailet/base/trunk/pom.xml Sat Aug 23 10:17:08 2008
@@ -44,13 +44,13 @@
     <version>1.2</version>
     <relativePath>../james-project/project/pom.xml</relativePath>
   </parent>
-  <url>http://james.apache.org/mailet/base</url>
+  <url>http://james.apache.org/mailet/base/</url>
   <inceptionYear>2008</inceptionYear>
 
   <distributionManagement>
     <site>
       <id>mailet-base-website</id>
-      <url>scp://people.apache.org/www/james.apache.org/mailet/base</url>
+      <url>scp://people.apache.org/www/james.apache.org/mailet/base/</url>
     </site>
   </distributionManagement>
 

Modified: james/mailet/crypto/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/pom.xml?rev=688375&r1=688374&r2=688375&view=diff
==============================================================================
--- james/mailet/crypto/trunk/pom.xml (original)
+++ james/mailet/crypto/trunk/pom.xml Sat Aug 23 10:17:08 2008
@@ -43,13 +43,13 @@
     <version>1.2</version>
     <relativePath>../james-project/project/pom.xml</relativePath>
   </parent>
-  <url>http://james.apache.org/mailet/crypto</url>
+  <url>http://james.apache.org/mailet/crypto/</url>
   <inceptionYear>2008</inceptionYear>
 
   <distributionManagement>
     <site>
       <id>crypto-mailet-website</id>
-      <url>scp://people.apache.org/www/james.apache.org/mailet/crypto</url>
+      <url>scp://people.apache.org/www/james.apache.org/mailet/crypto/</url>
     </site>
   </distributionManagement>
 
@@ -193,6 +193,11 @@
   
    <reporting>
     <plugins>
+      <plugin>
+        <groupId>org.apache.james</groupId>
+        <artifactId>maven-mailetdocs-plugin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+      </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.4.3</version>

Propchange: james/mailet/current/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Sat Aug 23 10:17:08 2008
@@ -2,3 +2,4 @@
 base	https://svn.apache.org/repos/asf/james/mailet/base/trunk
 crypto	https://svn.apache.org/repos/asf/james/mailet/crypto/trunk
 standard https://svn.apache.org/repos/asf/james/mailet/standard/trunk
+maven-mailetdocs-plugin https://svn.apache.org/repos/asf/james/mailet/maven-mailetdocs-plugin/trunk

Modified: james/mailet/current/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/current/pom.xml?rev=688375&r1=688374&r2=688375&view=diff
==============================================================================
--- james/mailet/current/pom.xml (original)
+++ james/mailet/current/pom.xml Sat Aug 23 10:17:08 2008
@@ -32,7 +32,7 @@
     <artifactId>james-project</artifactId>
     <version>1.1</version>
   </parent>
-  <url>http://james.apache.org/mailet</url>
+  <url>http://james.apache.org/mailet/</url>
   <inceptionYear>2008</inceptionYear>
   
   <modules>
@@ -45,7 +45,7 @@
   <distributionManagement>
     <site>
       <id>mailet-current-website</id>
-      <url>scp://people.apache.org/www/james.apache.org/mailet/current</url>
+      <url>scp://people.apache.org/www/james.apache.org/mailet/current/</url>
     </site>
   </distributionManagement>
 

Modified: james/mailet/standard/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/pom.xml?rev=688375&r1=688374&r2=688375&view=diff
==============================================================================
--- james/mailet/standard/trunk/pom.xml (original)
+++ james/mailet/standard/trunk/pom.xml Sat Aug 23 10:17:08 2008
@@ -43,13 +43,13 @@
     <version>1.2</version>
     <relativePath>../james-project/project/pom.xml</relativePath>
   </parent>
-  <url>http://james.apache.org/mailet/standard</url>
+  <url>http://james.apache.org/mailet/standard/</url>
   <inceptionYear>2008</inceptionYear>
 
   <distributionManagement>
     <site>
       <id>standard-mailet-website</id>
-      <url>scp://people.apache.org/www/james.apache.org/mailet/standard</url>
+      <url>scp://people.apache.org/www/james.apache.org/mailet/standard/</url>
     </site>
   </distributionManagement>
 



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