You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by vj...@apache.org on 2014/04/28 20:13:50 UTC

svn commit: r1590732 - /ctakes/trunk/ctakes-ytex/pom.xml

Author: vjapache
Date: Mon Apr 28 18:13:50 2014
New Revision: 1590732

URL: http://svn.apache.org/r1590732
Log:
#CTAKES-253, CTAKES-292 workaround for MDEP-187 - move copy-dependencies to package

Modified:
    ctakes/trunk/ctakes-ytex/pom.xml

Modified: ctakes/trunk/ctakes-ytex/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex/pom.xml?rev=1590732&r1=1590731&r2=1590732&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ytex/pom.xml (original)
+++ ctakes/trunk/ctakes-ytex/pom.xml Mon Apr 28 18:13:50 2014
@@ -252,7 +252,7 @@
 				<executions>
 					<execution>
 						<id>copy-dependencies</id>
-						<phase>compile</phase>
+						<phase>package</phase>
 						<goals>
 							<goal>copy-dependencies</goal>
 						</goals>
@@ -271,7 +271,7 @@
 				<executions>
 					<execution>
 						<id>generate-config</id>
-						<phase>process-classes</phase>
+						<phase>package</phase>
 						<goals>
 							<goal>run</goal>
 						</goals>
@@ -286,7 +286,7 @@
 					</execution>
 					<execution>
 						<id>generate-test-config</id>
-						<phase>process-test-classes</phase>
+						<phase>pre-integration-test</phase>
 						<goals>
 							<goal>run</goal>
 						</goals>
@@ -302,17 +302,6 @@
 									<property name="config.local" value="${project.build.testOutputDirectory}" />
 									<property name="ctakes.home" value="${project.basedir}/.." />
 								</ant>
-							</target>
-						</configuration>
-					</execution>
-					<execution>
-						<id>setup-test-database</id>
-						<phase>pre-integration-test</phase>
-						<goals>
-							<goal>run</goal>
-						</goals>
-						<configuration>
-							<target unless="skipTests">
 								<!-- default to hsql, override via -D -->
 								<property name="db.type" value="hsql" />
 								<ant antfile="build-setup.xml" dir="scripts" target="deleteTestDb">