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/09/27 17:12:28 UTC

svn commit: r699663 - in /james/mailet: base/trunk/ base/trunk/stage/org.apache.james/jars/ base/trunk/stage/org.apache.james/poms/ crypto/trunk/ crypto/trunk/stage/org.apache.james/jars/ crypto/trunk/stage/org.apache.james/poms/ maven-mailetdocs-plugi...

Author: bago
Date: Sat Sep 27 08:12:28 2008
New Revision: 699663

URL: http://svn.apache.org/viewvc?rev=699663&view=rev
Log:
Update self referenced staged libraries and m2/ant build wrt mailet => apache-mailet rename.

Added:
    james/mailet/base/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar   (with props)
    james/mailet/base/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom
    james/mailet/crypto/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar   (with props)
    james/mailet/crypto/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom
    james/mailet/standard/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar   (with props)
    james/mailet/standard/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom
Removed:
    james/mailet/base/trunk/stage/org.apache.james/jars/mailet-2.4-SNAPSHOT-tests.jar
    james/mailet/base/trunk/stage/org.apache.james/jars/mailet-2.4-SNAPSHOT.jar
    james/mailet/base/trunk/stage/org.apache.james/poms/mailet-2.4-SNAPSHOT.pom
    james/mailet/crypto/trunk/stage/org.apache.james/jars/mailet-2.4-SNAPSHOT.jar
    james/mailet/crypto/trunk/stage/org.apache.james/poms/mailet-2.4-SNAPSHOT.pom
    james/mailet/standard/trunk/stage/org.apache.james/jars/mailet-2.4-SNAPSHOT.jar
    james/mailet/standard/trunk/stage/org.apache.james/poms/mailet-2.4-SNAPSHOT.pom
Modified:
    james/mailet/base/trunk/build.xml
    james/mailet/base/trunk/include.properties
    james/mailet/base/trunk/pom.xml
    james/mailet/crypto/trunk/include.properties
    james/mailet/crypto/trunk/pom.xml
    james/mailet/crypto/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT-tests.jar
    james/mailet/crypto/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT.jar
    james/mailet/maven-mailetdocs-plugin/trunk/pom.xml
    james/mailet/standard/trunk/include.properties
    james/mailet/standard/trunk/pom.xml
    james/mailet/standard/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT-tests.jar
    james/mailet/standard/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT.jar

Modified: james/mailet/base/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/build.xml?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
--- james/mailet/base/trunk/build.xml (original)
+++ james/mailet/base/trunk/build.xml Sat Sep 27 08:12:28 2008
@@ -39,7 +39,6 @@
         <pathelement path="${javax-mail.jar}"/>
         <pathelement path="${javax-activation.jar}"/>
         <pathelement path="${mailet.jar}"/>
-        <pathelement path="${mailet-tests.jar}"/>
         <pathelement path="${java.class.path}" />
         <pathelement path="${build.classes}" />
     </path>

Modified: james/mailet/base/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/include.properties?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
--- james/mailet/base/trunk/include.properties (original)
+++ james/mailet/base/trunk/include.properties Sat Sep 27 08:12:28 2008
@@ -29,8 +29,7 @@
 javax-activation.jar=stage/javax.activation/jars/${activation.id}.jar
 
 # ----- Mailet -----
-mailet.jar=stage/org.apache.james/jars/mailet-2.4-SNAPSHOT.jar
-mailet-tests.jar=stage/org.apache.james/jars/mailet-2.4-SNAPSHOT-tests.jar
+mailet.jar=stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar
 
 # ----- JUnit ------
 junit.jar=stage/junit/jars/junit-3.8.1.jar

Modified: james/mailet/base/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/pom.xml?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
--- james/mailet/base/trunk/pom.xml (original)
+++ james/mailet/base/trunk/pom.xml Sat Sep 27 08:12:28 2008
@@ -79,7 +79,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
       <version>2.4-SNAPSHOT</version>
     </dependency>
     <dependency>

Added: james/mailet/base/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar?rev=699663&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/mailet/base/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/mailet/base/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom?rev=699663&view=auto
==============================================================================
--- james/mailet/base/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom (added)
+++ james/mailet/base/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom Sat Sep 27 08:12:28 2008
@@ -0,0 +1,249 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+  
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.    
+  -->
+  <!--
+   | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER 
+   | 
+   | This file is only intended to be used to build the jsieve
+   | website. It must not be used to build packages for jsieve
+   | library.
+   | 
+   | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER 
+   -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>apache-mailet</artifactId>
+  <name>Apache Mailet API</name>
+  <version>2.4-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <description>
+    The Apache Mailet API is a flexible specification for mail processing agents.
+  </description>
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-project</artifactId>
+    <version>1.3-SNAPSHOT</version>
+    <relativePath>../james-project/project/pom.xml</relativePath>
+  </parent>
+  <url>http://james.apache.org/mailet/api/</url>
+  <inceptionYear>2007</inceptionYear>
+
+  <distributionManagement>
+    <site>
+      <id>mailet-website</id>
+      <url>scp://people.apache.org/www/james.apache.org/mailet/api/</url>
+    </site>
+  </distributionManagement>
+
+  <ciManagement>
+     <system>Gump</system>
+     <url>http://vmgump.apache.org/gump/public/james-mailet/james-mailet/index.html</url>
+  </ciManagement>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/MAILET</url>
+  </issueManagement>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/james/mailet/api/trunk
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/james/mailet/api/trunk
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewcvs.cgi/james/mailet/api/trunk/?root=Apache-SVN
+    </url>
+  </scm>
+
+  <!-- This is here because of http://jira.codehaus.org/browse/MRRESOURCES-6 -->
+  <properties>
+    <maven.test.skip>true</maven.test.skip>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4.1</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+	<repositories>
+    <repository>
+      <id>mailet-stage-repository</id>
+      <name>Mailet stage repository</name>
+      <url>file://${basedir}/stage</url>
+      <layout>legacy</layout>
+      <releases>
+        <enabled>true</enabled>
+        <checksumPolicy>ignore</checksumPolicy>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+        <checksumPolicy>ignore</checksumPolicy>
+      </snapshots>
+    </repository>
+	</repositories>
+
+  <mailingLists>
+    <mailingList>
+	    <name>Apache Mailet API List</name>
+	    <subscribe>mailet-api-subscribe@james.apache.org</subscribe>
+	    <unsubscribe>mailet-api--unsubscribe@james.apache.org</unsubscribe>
+	    <post>mailet-api-@james.apache.org</post>
+	    <archive>http://mail-archives.apache.org/mod_mbox/james-mailet-api/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <optimize>true</optimize>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Specification-Title>Apache Mailet API</Specification-Title>
+              <Specification-Version>${pom.version}</Specification-Version>
+              <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
+              <Implementation-Title>Apache Mailet API</Implementation-Title>
+              <Implementation-Version>${pom.version}</Implementation-Version>
+              <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
+              <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+              <url>${pom.url}</url>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <!-- Add NOTICE and LICENSE to generated JAR -->
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.0-alpha-5</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+              </resourceBundles>
+              <properties>
+	              <!--  <preProjectText>PRE PROCESS TEXT</preProjectText>  -->
+	              <postProjectText>This file is automatically generated by dependencies declared in pom.xml</postProjectText>
+	              <addLicense>true</addLicense>
+              </properties>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-doap-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>site</id>
+            <phase>site</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+         <doapOptions>
+           <programmingLanguage>java</programmingLanguage>
+           <category>mail</category>
+           <download-page>http://james.apache.org/download.cgi</download-page>
+         </doapOptions>
+
+         <asfExtOptions>
+           <included>true</included>
+           <pmc>http://james.apache.org</pmc>
+           <name>Apache JAMES</name>
+         </asfExtOptions>
+
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.4.3</version>
+      </plugin> 
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+            <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>2.0-beta-6</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <configuration>
+          <excludes>
+            <exclude>NOTICE.txt</exclude>
+            <exclude>LICENSE.txt</exclude>
+            <!-- Generated by Maven -->
+            <exclude>release.properties</exclude>
+            <exclude>dist/**/*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+</project>
\ No newline at end of file

Modified: james/mailet/crypto/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/include.properties?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
--- james/mailet/crypto/trunk/include.properties (original)
+++ james/mailet/crypto/trunk/include.properties Sat Sep 27 08:12:28 2008
@@ -29,7 +29,7 @@
 javax-activation.jar=stage/javax.activation/jars/${activation.id}.jar
 
 # ----- Mailet -----
-mailet.jar=stage/org.apache.james/jars/mailet-2.4-SNAPSHOT.jar
+mailet.jar=stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar
 mailet-base.jar=stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT.jar 
 
 # ----- Bouncy Castle -----

Modified: james/mailet/crypto/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/pom.xml?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
--- james/mailet/crypto/trunk/pom.xml (original)
+++ james/mailet/crypto/trunk/pom.xml Sat Sep 27 08:12:28 2008
@@ -88,7 +88,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
       <version>2.4-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: james/mailet/crypto/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT-tests.jar
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT-tests.jar?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
Binary files - no diff available.

Modified: james/mailet/crypto/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT.jar?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
Binary files - no diff available.

Added: james/mailet/crypto/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar?rev=699663&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/mailet/crypto/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/mailet/crypto/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom?rev=699663&view=auto
==============================================================================
--- james/mailet/crypto/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom (added)
+++ james/mailet/crypto/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom Sat Sep 27 08:12:28 2008
@@ -0,0 +1,249 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+  
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.    
+  -->
+  <!--
+   | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER 
+   | 
+   | This file is only intended to be used to build the jsieve
+   | website. It must not be used to build packages for jsieve
+   | library.
+   | 
+   | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER 
+   -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>apache-mailet</artifactId>
+  <name>Apache Mailet API</name>
+  <version>2.4-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <description>
+    The Apache Mailet API is a flexible specification for mail processing agents.
+  </description>
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-project</artifactId>
+    <version>1.3-SNAPSHOT</version>
+    <relativePath>../james-project/project/pom.xml</relativePath>
+  </parent>
+  <url>http://james.apache.org/mailet/api/</url>
+  <inceptionYear>2007</inceptionYear>
+
+  <distributionManagement>
+    <site>
+      <id>mailet-website</id>
+      <url>scp://people.apache.org/www/james.apache.org/mailet/api/</url>
+    </site>
+  </distributionManagement>
+
+  <ciManagement>
+     <system>Gump</system>
+     <url>http://vmgump.apache.org/gump/public/james-mailet/james-mailet/index.html</url>
+  </ciManagement>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/MAILET</url>
+  </issueManagement>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/james/mailet/api/trunk
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/james/mailet/api/trunk
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewcvs.cgi/james/mailet/api/trunk/?root=Apache-SVN
+    </url>
+  </scm>
+
+  <!-- This is here because of http://jira.codehaus.org/browse/MRRESOURCES-6 -->
+  <properties>
+    <maven.test.skip>true</maven.test.skip>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4.1</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+	<repositories>
+    <repository>
+      <id>mailet-stage-repository</id>
+      <name>Mailet stage repository</name>
+      <url>file://${basedir}/stage</url>
+      <layout>legacy</layout>
+      <releases>
+        <enabled>true</enabled>
+        <checksumPolicy>ignore</checksumPolicy>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+        <checksumPolicy>ignore</checksumPolicy>
+      </snapshots>
+    </repository>
+	</repositories>
+
+  <mailingLists>
+    <mailingList>
+	    <name>Apache Mailet API List</name>
+	    <subscribe>mailet-api-subscribe@james.apache.org</subscribe>
+	    <unsubscribe>mailet-api--unsubscribe@james.apache.org</unsubscribe>
+	    <post>mailet-api-@james.apache.org</post>
+	    <archive>http://mail-archives.apache.org/mod_mbox/james-mailet-api/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <optimize>true</optimize>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Specification-Title>Apache Mailet API</Specification-Title>
+              <Specification-Version>${pom.version}</Specification-Version>
+              <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
+              <Implementation-Title>Apache Mailet API</Implementation-Title>
+              <Implementation-Version>${pom.version}</Implementation-Version>
+              <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
+              <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+              <url>${pom.url}</url>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <!-- Add NOTICE and LICENSE to generated JAR -->
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.0-alpha-5</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+              </resourceBundles>
+              <properties>
+	              <!--  <preProjectText>PRE PROCESS TEXT</preProjectText>  -->
+	              <postProjectText>This file is automatically generated by dependencies declared in pom.xml</postProjectText>
+	              <addLicense>true</addLicense>
+              </properties>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-doap-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>site</id>
+            <phase>site</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+         <doapOptions>
+           <programmingLanguage>java</programmingLanguage>
+           <category>mail</category>
+           <download-page>http://james.apache.org/download.cgi</download-page>
+         </doapOptions>
+
+         <asfExtOptions>
+           <included>true</included>
+           <pmc>http://james.apache.org</pmc>
+           <name>Apache JAMES</name>
+         </asfExtOptions>
+
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.4.3</version>
+      </plugin> 
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+            <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>2.0-beta-6</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <configuration>
+          <excludes>
+            <exclude>NOTICE.txt</exclude>
+            <exclude>LICENSE.txt</exclude>
+            <!-- Generated by Maven -->
+            <exclude>release.properties</exclude>
+            <exclude>dist/**/*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+</project>
\ No newline at end of file

Modified: james/mailet/maven-mailetdocs-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/maven-mailetdocs-plugin/trunk/pom.xml?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
--- james/mailet/maven-mailetdocs-plugin/trunk/pom.xml (original)
+++ james/mailet/maven-mailetdocs-plugin/trunk/pom.xml Sat Sep 27 08:12:28 2008
@@ -76,7 +76,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
       <version>2.4-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: james/mailet/standard/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/include.properties?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
--- james/mailet/standard/trunk/include.properties (original)
+++ james/mailet/standard/trunk/include.properties Sat Sep 27 08:12:28 2008
@@ -29,7 +29,7 @@
 javax-activation.jar=stage/javax.activation/jars/${activation.id}.jar
 
 # ----- Mailet -----
-mailet.jar=stage/org.apache.james/jars/mailet-2.4-SNAPSHOT.jar
+mailet.jar=stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar
 mailet-base.jar=stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT.jar
 mailet-base-tests.jar=stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT-tests.jar
 

Modified: james/mailet/standard/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/pom.xml?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
--- james/mailet/standard/trunk/pom.xml (original)
+++ james/mailet/standard/trunk/pom.xml Sat Sep 27 08:12:28 2008
@@ -90,7 +90,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
       <version>2.4-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: james/mailet/standard/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT-tests.jar
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT-tests.jar?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
Binary files - no diff available.

Modified: james/mailet/standard/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT.jar?rev=699663&r1=699662&r2=699663&view=diff
==============================================================================
Binary files - no diff available.

Added: james/mailet/standard/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar?rev=699663&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/mailet/standard/trunk/stage/org.apache.james/jars/apache-mailet-2.4-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/mailet/standard/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom?rev=699663&view=auto
==============================================================================
--- james/mailet/standard/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom (added)
+++ james/mailet/standard/trunk/stage/org.apache.james/poms/apache-mailet-2.4-SNAPSHOT.pom Sat Sep 27 08:12:28 2008
@@ -0,0 +1,249 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+  
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.    
+  -->
+  <!--
+   | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER 
+   | 
+   | This file is only intended to be used to build the jsieve
+   | website. It must not be used to build packages for jsieve
+   | library.
+   | 
+   | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER 
+   -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>apache-mailet</artifactId>
+  <name>Apache Mailet API</name>
+  <version>2.4-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <description>
+    The Apache Mailet API is a flexible specification for mail processing agents.
+  </description>
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-project</artifactId>
+    <version>1.3-SNAPSHOT</version>
+    <relativePath>../james-project/project/pom.xml</relativePath>
+  </parent>
+  <url>http://james.apache.org/mailet/api/</url>
+  <inceptionYear>2007</inceptionYear>
+
+  <distributionManagement>
+    <site>
+      <id>mailet-website</id>
+      <url>scp://people.apache.org/www/james.apache.org/mailet/api/</url>
+    </site>
+  </distributionManagement>
+
+  <ciManagement>
+     <system>Gump</system>
+     <url>http://vmgump.apache.org/gump/public/james-mailet/james-mailet/index.html</url>
+  </ciManagement>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/MAILET</url>
+  </issueManagement>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/james/mailet/api/trunk
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/james/mailet/api/trunk
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewcvs.cgi/james/mailet/api/trunk/?root=Apache-SVN
+    </url>
+  </scm>
+
+  <!-- This is here because of http://jira.codehaus.org/browse/MRRESOURCES-6 -->
+  <properties>
+    <maven.test.skip>true</maven.test.skip>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4.1</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+	<repositories>
+    <repository>
+      <id>mailet-stage-repository</id>
+      <name>Mailet stage repository</name>
+      <url>file://${basedir}/stage</url>
+      <layout>legacy</layout>
+      <releases>
+        <enabled>true</enabled>
+        <checksumPolicy>ignore</checksumPolicy>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+        <checksumPolicy>ignore</checksumPolicy>
+      </snapshots>
+    </repository>
+	</repositories>
+
+  <mailingLists>
+    <mailingList>
+	    <name>Apache Mailet API List</name>
+	    <subscribe>mailet-api-subscribe@james.apache.org</subscribe>
+	    <unsubscribe>mailet-api--unsubscribe@james.apache.org</unsubscribe>
+	    <post>mailet-api-@james.apache.org</post>
+	    <archive>http://mail-archives.apache.org/mod_mbox/james-mailet-api/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <optimize>true</optimize>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Specification-Title>Apache Mailet API</Specification-Title>
+              <Specification-Version>${pom.version}</Specification-Version>
+              <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
+              <Implementation-Title>Apache Mailet API</Implementation-Title>
+              <Implementation-Version>${pom.version}</Implementation-Version>
+              <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
+              <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+              <url>${pom.url}</url>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <!-- Add NOTICE and LICENSE to generated JAR -->
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.0-alpha-5</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+              </resourceBundles>
+              <properties>
+	              <!--  <preProjectText>PRE PROCESS TEXT</preProjectText>  -->
+	              <postProjectText>This file is automatically generated by dependencies declared in pom.xml</postProjectText>
+	              <addLicense>true</addLicense>
+              </properties>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-doap-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>site</id>
+            <phase>site</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+         <doapOptions>
+           <programmingLanguage>java</programmingLanguage>
+           <category>mail</category>
+           <download-page>http://james.apache.org/download.cgi</download-page>
+         </doapOptions>
+
+         <asfExtOptions>
+           <included>true</included>
+           <pmc>http://james.apache.org</pmc>
+           <name>Apache JAMES</name>
+         </asfExtOptions>
+
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.4.3</version>
+      </plugin> 
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+            <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>2.0-beta-6</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <configuration>
+          <excludes>
+            <exclude>NOTICE.txt</exclude>
+            <exclude>LICENSE.txt</exclude>
+            <!-- Generated by Maven -->
+            <exclude>release.properties</exclude>
+            <exclude>dist/**/*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+</project>
\ No newline at end of file



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