You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jr...@apache.org on 2007/08/27 23:21:06 UTC

svn commit: r570248 - /incubator/abdera/java/trunk/spring/pom.xml

Author: jrduncans
Date: Mon Aug 27 14:21:05 2007
New Revision: 570248

URL: http://svn.apache.org/viewvc?rev=570248&view=rev
Log:
Exclude TestProvider.java because from Maven test runner because it does not contain any tests.

Modified:
    incubator/abdera/java/trunk/spring/pom.xml

Modified: incubator/abdera/java/trunk/spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/spring/pom.xml?rev=570248&r1=570247&r2=570248&view=diff
==============================================================================
--- incubator/abdera/java/trunk/spring/pom.xml (original)
+++ incubator/abdera/java/trunk/spring/pom.xml Mon Aug 27 14:21:05 2007
@@ -37,6 +37,21 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/abdera/java/trunk/spring/</developerConnection>
     <url>http://svn.apache.org/repos/asf/incubator/abdera/java/trunk/spring/</url>
   </scm>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>**/TestProvider.java</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
   <dependencies>
       <dependency>
         <groupId>junit</groupId>