Author: rdonkin
Date: Sun Apr 24 11:14:44 2011
New Revision: 1096307
URL: http://svn.apache.org/viewvc?rev=1096307&view=rev
Log:
JAMES-1228 Converted pom.xml from Mime4J
Modified:
james/mailet/ai/trunk/pom.xml
Modified: james/mailet/ai/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1096307&r1=1096306&r2=1096307&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun Apr 24 11:14:44 2011
@@ -28,43 +28,46 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.james</groupId>
- <artifactId>apache-mime4j-project</artifactId>
- <name>Apache JAMES Mime4j Project</name>
- <version>0.7-SNAPSHOT</version>
- <description>Java stream based MIME message parser</description>
+ <groupId>org.apache.james.ai</groupId>
+ <artifactId>apache-james-ai-project</artifactId>
+ <name>Apache James AI Mailets Project</name>
+ <version>0.1-SNAPSHOT</version>
+ <description>
+ Collects mail processors
+ </description>
- <url>http://james.apache.org/mime4j</url>
+ <url>http://james.apache.org/mailet/ai</url>
+ <!-- TODO:
<issueManagement>
- <url>http://issues.apache.org/jira/browse/MIME4J</url>
+ <url>http://issues.apache.org/jira/browse/MAILAI</url>
</issueManagement>
- <inceptionYear>2004</inceptionYear>
+ -->
+ <inceptionYear>2011</inceptionYear>
<packaging>pom</packaging>
<prerequisites>
<maven>3.0.2</maven>
</prerequisites>
+<!-- TODO: module
<modules>
- <module>core</module>
- <module>dom</module>
- <module>storage</module>
- <module>benchmark</module>
- <module>examples</module>
- <module>assemble</module>
+ <module>classic</module>
</modules>
+ -->
+<!-- TODO: Website
<distributionManagement>
<site>
<id>mime4j-website</id>
<url>scp://people.apache.org/www/james.apache.org/mime4j/</url>
</site>
</distributionManagement>
+-->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mime4j/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mime4j/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/james/mime4j/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/james/mailet/ai/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mailet/ai/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewvc/james/mailet/ai/trunk/</url>
</scm>
<build>
@@ -489,157 +492,16 @@
<dependencyManagement>
<dependencies>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
- <type>jar</type>
- <!-- Removed as a workaround for an unidentified M2 bug -->
- <scope>test</scope>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- <optional>true</optional>
- </dependency>
</dependencies>
</dependencyManagement>
-<!--
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <inherited>false</inherited>
- <configuration>
- <excludes>
- <!- test resources created by JAMES committers / we can't include
ALv2 headers there ->
- <exclude>core/src/test/resources/testmsgs/*</exclude>
- <exclude>core/src/test/resources/mimetools-testmsgs/*</exclude>
- <exclude>core/benchmarks/resources/*.msg</exclude>
- <exclude>release.properties</exclude>
- <exclude>**/.*/**/*</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <onlyCurrentVersion>true</onlyCurrentVersion>
- <resolutionIds>Closed</resolutionIds>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>jira-report</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.5</version>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.5</version>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.6.1</version>
- <reportSets>
- <reportSet>
- <id>non-aggregate</id>
- <reports>
- <report>javadoc</report>
- </reports>
- </reportSet>
- <reportSet>
- <id>aggregate</id>
- <reports>
- <report>aggregate</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <targetJdk>${target.jdk}</targetJdk>
- <rulesets>
- <ruleset>/rulesets/basic.xml</ruleset>
- <ruleset>/rulesets/controversial.xml</ruleset>
- </rulesets>
- <format>xml</format>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <version>2.2</version>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javacc-maven-plugin</artifactId>
- <version>2.6</version>
- </plugin>
- </plugins>
- </reporting>
--->
-
<mailingLists>
<mailingList>
- <name>Apache Mime4j Lists</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/james-mime4j-dev/</archive>
+ <name>Apache JAMES Server List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
</mailingList>
</mailingLists>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]