You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/11 19:34:22 UTC

svn commit: r430835 - /geronimo/trunk/modules/activation/pom.xml

Author: jdillon
Date: Fri Aug 11 10:34:21 2006
New Revision: 430835

URL: http://svn.apache.org/viewvc?rev=430835&view=rev
Log:
(GERONIMO-2209) Drop build fluff to disable MailcapTest now that it does not exist

Modified:
    geronimo/trunk/modules/activation/pom.xml

Modified: geronimo/trunk/modules/activation/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/modules/activation/pom.xml?rev=430835&r1=430834&r2=430835&view=diff
==============================================================================
--- geronimo/trunk/modules/activation/pom.xml (original)
+++ geronimo/trunk/modules/activation/pom.xml Fri Aug 11 10:34:21 2006
@@ -64,25 +64,5 @@
         
     </dependencies>
     
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>**/Abstract*.java</exclude>
-                        
-                        <!--
-                        FIXME: This test fails on JDK 1.5, works on 1.4:
-                               
-                               https://issues.apache.org/jira/browse/GERONIMO-2209
-                        -->
-                        <exclude>**/MailcapTest.java</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    
 </project>