You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ke...@apache.org on 2007/01/19 14:43:12 UTC

svn commit: r497810 - /maven/components/trunk/maven-embedder/pom.xml

Author: kenney
Date: Fri Jan 19 05:43:11 2007
New Revision: 497810

URL: http://svn.apache.org/viewvc?view=rev&rev=497810
Log:
Enable all tests again

Modified:
    maven/components/trunk/maven-embedder/pom.xml

Modified: maven/components/trunk/maven-embedder/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-embedder/pom.xml?view=diff&rev=497810&r1=497809&r2=497810
==============================================================================
--- maven/components/trunk/maven-embedder/pom.xml (original)
+++ maven/components/trunk/maven-embedder/pom.xml Fri Jan 19 05:43:11 2007
@@ -48,14 +48,6 @@
           </archive>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/*.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
   <dependencies>