You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/07 02:57:06 UTC

svn commit: r493631 - /jakarta/commons/sandbox/exec/trunk/pom.xml

Author: dennisl
Date: Sat Jan  6 17:57:06 2007
New Revision: 493631

URL: http://svn.apache.org/viewvc?view=rev&rev=493631
Log:
Exclude a utility class so that the tests can be run.

Modified:
    jakarta/commons/sandbox/exec/trunk/pom.xml

Modified: jakarta/commons/sandbox/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/exec/trunk/pom.xml?view=diff&rev=493631&r1=493630&r2=493631
==============================================================================
--- jakarta/commons/sandbox/exec/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/exec/trunk/pom.xml Sat Jan  6 17:57:06 2007
@@ -50,6 +50,19 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/exec/trunk/</developerConnection>
     <url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/exec/trunk/</url>
   </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/TestUtil.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   <distributionManagement>
     <site>
       <id>website</id>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org