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/06/27 21:20:59 UTC

svn commit: r551280 - /incubator/abdera/java/trunk/dependencies/i18n/pom.xml

Author: jrduncans
Date: Wed Jun 27 12:20:58 2007
New Revision: 551280

URL: http://svn.apache.org/viewvc?view=rev&rev=551280
Log:
Exclude test suite

Modified:
    incubator/abdera/java/trunk/dependencies/i18n/pom.xml

Modified: incubator/abdera/java/trunk/dependencies/i18n/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/dependencies/i18n/pom.xml?view=diff&rev=551280&r1=551279&r2=551280
==============================================================================
--- incubator/abdera/java/trunk/dependencies/i18n/pom.xml (original)
+++ incubator/abdera/java/trunk/dependencies/i18n/pom.xml Wed Jun 27 12:20:58 2007
@@ -57,6 +57,17 @@
           <target>1.5</target>
         </configuration>
       </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/*TestSuite*</exclude>
+            <exclude>**/*$Test*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <distributionManagement>