Author: rdonkin
Date: Wed Nov 19 12:02:56 2008
New Revision: 719043
URL: http://svn.apache.org/viewvc?rev=719043&view=rev
Log:
Maven build for mailet
Added:
james/jsieve/trunk/mailet/src/assemble/ (props changed)
- copied from r719039, james/jsieve/trunk/main/src/assemble/
Modified:
james/jsieve/trunk/mailet/pom.xml
Modified: james/jsieve/trunk/mailet/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/pom.xml?rev=719043&r1=719042&r2=719043&view=diff
==============================================================================
--- james/jsieve/trunk/mailet/pom.xml (original)
+++ james/jsieve/trunk/mailet/pom.xml Wed Nov 19 12:02:56 2008
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
<artifactId>apache-jsieve-mailet</artifactId>
- <name>Apache JAMES jSieve</name>
+ <name>Apache JAMES jSieve Mailet</name>
<version>0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<description>
@@ -71,6 +71,30 @@
<dependencies>
<dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-jsieve</artifactId>
+ <version>0.3-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-mailet</artifactId>
+ <version>2.4-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-mailet-base</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-mime4j</artifactId>
+ <version>0.5</version>
+ </dependency>
+
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
@@ -112,14 +136,12 @@
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
- <scope>test</scope>
</dependency>
</dependencies>
@@ -143,20 +165,6 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javacc-maven-plugin</artifactId>
- <version>2.4.1</version>
- <executions>
- <execution>
- <id>generate-jjtree</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>jjtree-javacc</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
@@ -164,10 +172,10 @@
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
- <Specification-Title>Apache jSieve</Specification-Title>
+ <Specification-Title>Apache jSieve Mailet</Specification-Title>
<Specification-Version>${pom.version}</Specification-Version>
<Specification-Vendor>The Apache Software
Foundation</Specification-Vendor>
- <Implementation-Title>Apache jSieve</Implementation-Title>
+ <Implementation-Title>Apache jSieve Mailet</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
<Implementation-Vendor>The Apache Software
Foundation</Implementation-Vendor>
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
@@ -296,14 +304,6 @@
<included>true</included>
<pmc>http://james.apache.org</pmc>
<name>Apache JAMES</name>
- <standards>
- <standard>
- <id>RFC3028</id>
- <title>Sieve: A Mail Filtering Language</title>
- <body>IEFT</body>
- <url>http://www.ietf.org/rfc/rfc3028.txt</url>
- </standard>
- </standards>
</asfExtOptions>
</configuration>
Propchange: james/jsieve/trunk/mailet/src/assemble/
------------------------------------------------------------------------------
svn:mergeinfo =
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]