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 rd...@apache.org on 2008/11/19 21:06:27 UTC

svn commit: r719045 - /james/jsieve/trunk/util/pom.xml

Author: rdonkin
Date: Wed Nov 19 12:06:27 2008
New Revision: 719045

URL: http://svn.apache.org/viewvc?rev=719045&view=rev
Log:
Maven build for mailet

Modified:
    james/jsieve/trunk/util/pom.xml

Modified: james/jsieve/trunk/util/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/util/pom.xml?rev=719045&r1=719044&r2=719045&view=diff
==============================================================================
--- james/jsieve/trunk/util/pom.xml (original)
+++ james/jsieve/trunk/util/pom.xml Wed Nov 19 12:06:27 2008
@@ -28,14 +28,14 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>apache-jsieve</artifactId>
+  <artifactId>apache-jsieve-util</artifactId>
   <name>Apache JAMES jSieve</name>
   <version>0.3-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>
 Apache jSieve is a server side mail filtering system 
 implementing RFC3028. Apache jSieve is developed by the 
-JAMES project.
+JAMES project. This module contains additional utilities.
   </description>
   <url>http://james.apache.org/jsieve</url>
   <inceptionYear>2004</inceptionYear>
@@ -71,6 +71,12 @@
 
   <dependencies>
     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-jsieve</artifactId>
+      <version>0.3-SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <version>1.1.1</version>
@@ -112,14 +118,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 +147,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>



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