You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2011/02/17 09:39:37 UTC

svn commit: r1071548 - /uima/uima-as/trunk/uimaj-as-activemq/pom.xml

Author: joern
Date: Thu Feb 17 08:39:37 2011
New Revision: 1071548

URL: http://svn.apache.org/viewvc?rev=1071548&view=rev
Log:
UIMA-2056 Bounded extended test to verify phase

Modified:
    uima/uima-as/trunk/uimaj-as-activemq/pom.xml

Modified: uima/uima-as/trunk/uimaj-as-activemq/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/pom.xml?rev=1071548&r1=1071547&r2=1071548&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Thu Feb 17 08:39:37 2011
@@ -263,6 +263,21 @@
 		    <plugin>
 			  <groupId>org.apache.maven.plugins</groupId>
 			  <artifactId>maven-failsafe-plugin</artifactId>
+			  <version>2.7.2</version>
+		        <executions>
+		          <execution>
+		            <id>integration-test</id>
+		            <goals>
+		              <goal>integration-test</goal>
+		            </goals>
+		          </execution>
+		          <execution>
+		            <id>verify</id>
+		            <goals>
+		              <goal>verify</goal>
+		            </goals>
+		          </execution>
+		        </executions>
 			  <configuration>
 			    <argLine>-Xmx1024M</argLine>
 			    <includes>