Author: bago
Date: Tue Oct  6 20:51:56 2009
New Revision: 822495

URL: http://svn.apache.org/viewvc?rev=822495&view=rev
Log:
hudson build fixes

Modified:
    james/jdkim/trunk/mailets/pom.xml
    james/jdkim/trunk/main/pom.xml

Modified: james/jdkim/trunk/mailets/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jdkim/trunk/mailets/pom.xml?rev=822495&r1=822494&r2=822495&view=diff
==============================================================================
--- james/jdkim/trunk/mailets/pom.xml (original)
+++ james/jdkim/trunk/mailets/pom.xml Tue Oct  6 20:51:56 2009
@@ -13,11 +13,6 @@
   <description/>
   
     <dependencies>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>apache-jsieve</artifactId>
-      <version>0.3-SNAPSHOT</version>
-    </dependency>
     
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -30,6 +25,13 @@
       <artifactId>apache-jdkim</artifactId>
       <version>0.1-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-jdkim</artifactId>
+      <version>0.1-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
     
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/jdkim/trunk/main/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jdkim/trunk/main/pom.xml?rev=822495&r1=822494&r2=822495&view=diff
==============================================================================
--- james/jdkim/trunk/main/pom.xml (original)
+++ james/jdkim/trunk/main/pom.xml Tue Oct  6 20:51:56 2009
@@ -134,6 +134,16 @@
         </configuration>
       </plugin>      
       <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to