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:53 UTC

svn commit: r699664 - in /james/mailet: crypto/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom standard/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom

Author: bago
Date: Sat Sep 27 08:12:53 2008
New Revision: 699664

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

Modified:
    james/mailet/crypto/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom
    james/mailet/standard/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom

Modified: james/mailet/crypto/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom?rev=699664&r1=699663&r2=699664&view=diff
==============================================================================
--- james/mailet/crypto/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom (original)
+++ james/mailet/crypto/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom Sat Sep 27 08:12:53 2008
@@ -34,21 +34,23 @@
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>
-    Apache JAMES Basic Mailet Toolkit
+    Apache JAMES Basic Mailet Toolkit is a collection of utilities and lightweight framework
+    aimed at developers and testers of mailets. This toolkit is extensively used elsewhere in
+    JAMES.
   </description>
-  <parent>
-    <groupId>org.apache.james</groupId>
-    <artifactId>james-project</artifactId>
-    <version>1.1</version>
-    <relativePath>stage/org.apache.james/poms/james-project-1.1.pom</relativePath>
+  <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/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>
 
@@ -73,11 +75,11 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4</version>
+      <version>1.4.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
       <version>2.4-SNAPSHOT</version>
     </dependency>
     <dependency>
@@ -160,20 +162,80 @@
             </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-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
+   <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/standard/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom?rev=699664&r1=699663&r2=699664&view=diff
==============================================================================
--- james/mailet/standard/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom (original)
+++ james/mailet/standard/trunk/stage/org.apache.james/poms/apache-james-mailet-base-1.0-SNAPSHOT.pom Sat Sep 27 08:12:53 2008
@@ -34,21 +34,23 @@
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>
-    Apache JAMES Basic Mailet Toolkit
+    Apache JAMES Basic Mailet Toolkit is a collection of utilities and lightweight framework
+    aimed at developers and testers of mailets. This toolkit is extensively used elsewhere in
+    JAMES.
   </description>
-  <parent>
-    <groupId>org.apache.james</groupId>
-    <artifactId>james-project</artifactId>
-    <version>1.1</version>
-    <relativePath>stage/org.apache.james/poms/james-project-1.1.pom</relativePath>
+  <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/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>
 
@@ -73,11 +75,11 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4</version>
+      <version>1.4.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
       <version>2.4-SNAPSHOT</version>
     </dependency>
     <dependency>
@@ -160,20 +162,80 @@
             </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-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
+   <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