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/07/21 02:10:04 UTC

svn commit: r424140 - /geronimo/sandbox/svkmerge/m2migration/modules/activation/pom.xml

Author: jdillon
Date: Thu Jul 20 17:10:04 2006
New Revision: 424140

URL: http://svn.apache.org/viewvc?rev=424140&view=rev
Log:
Enable tests they seem to work fine (GERONIMO-2209)

Modified:
    geronimo/sandbox/svkmerge/m2migration/modules/activation/pom.xml

Modified: geronimo/sandbox/svkmerge/m2migration/modules/activation/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/modules/activation/pom.xml?rev=424140&r1=424139&r2=424140&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/modules/activation/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/modules/activation/pom.xml Thu Jul 20 17:10:04 2006
@@ -64,25 +64,5 @@
         
     </dependencies>
     
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>**/Abstract*.java</exclude>
-                        
-                        <!--
-                           | FIXME: This test was disabled because it is failing in non-obvious ways
-                           |        and requires someone with more insight to resolve
-                         -->
-                        <exclude>**/MailcapTest.java</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    
 </project>