You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2014/02/17 17:06:40 UTC

svn commit: r1569036 - in /uima/uimafit/trunk: uimafit-core/pom.xml uimafit-legacy-support/pom.xml

Author: rec
Date: Mon Feb 17 16:06:39 2014
New Revision: 1569036

URL: http://svn.apache.org/r1569036
Log:
[UIMA-3265] Test annotation types accidentally slipped into release

Modified:
    uima/uimafit/trunk/uimafit-core/pom.xml
    uima/uimafit/trunk/uimafit-legacy-support/pom.xml

Modified: uima/uimafit/trunk/uimafit-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimafit/trunk/uimafit-core/pom.xml?rev=1569036&r1=1569035&r2=1569036&view=diff
==============================================================================
--- uima/uimafit/trunk/uimafit-core/pom.xml (original)
+++ uima/uimafit/trunk/uimafit-core/pom.xml Mon Feb 17 16:06:39 2014
@@ -103,6 +103,7 @@
 				<artifactId>jcasgen-maven-plugin</artifactId>
 				<executions>
 					<execution>
+						<phase>generate-test-resources</phase>
 						<goals>
 							<goal>generate</goal>
 						</goals>

Modified: uima/uimafit/trunk/uimafit-legacy-support/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimafit/trunk/uimafit-legacy-support/pom.xml?rev=1569036&r1=1569035&r2=1569036&view=diff
==============================================================================
--- uima/uimafit/trunk/uimafit-legacy-support/pom.xml (original)
+++ uima/uimafit/trunk/uimafit-legacy-support/pom.xml Mon Feb 17 16:06:39 2014
@@ -74,6 +74,7 @@
 				<artifactId>jcasgen-maven-plugin</artifactId>
 				<executions>
 					<execution>
+						<phase>generate-test-resources</phase>
 						<goals>
 							<goal>generate</goal>
 						</goals>