You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2014/12/01 17:21:01 UTC

svn commit: r1642706 - /ctakes/trunk/ctakes-lvg-res/pom.xml

Author: chenpei
Date: Mon Dec  1 16:21:01 2014
New Revision: 1642706

URL: http://svn.apache.org/r1642706
Log:
CTAKES-338 - Download/Unpack full LVG by default

Modified:
    ctakes/trunk/ctakes-lvg-res/pom.xml

Modified: ctakes/trunk/ctakes-lvg-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-lvg-res/pom.xml?rev=1642706&r1=1642705&r2=1642706&view=diff
==============================================================================
--- ctakes/trunk/ctakes-lvg-res/pom.xml (original)
+++ ctakes/trunk/ctakes-lvg-res/pom.xml Mon Dec  1 16:21:01 2014
@@ -29,6 +29,13 @@
   <artifactId>ctakes-lvg-res</artifactId>
   <name>Apache cTAKES Resources lvg</name>
   <description>Resources Project for ctakes-lvg</description>
+  <dependencies>
+		<dependency>
+			<groupId>net.sourceforge.ctakesresources</groupId>
+			<artifactId>ctakes-resources-lvg2008</artifactId>
+			<version>3.2.1.1</version>
+		</dependency>
+</dependencies>			  
 	<build>
 		<plugins>
 			<plugin>
@@ -42,7 +49,7 @@
 							<goal>unpack-dependencies</goal>
 						</goals>
 						<configuration>
-							<includeArtifactId>ctakes-lvg-res</includeArtifactId>
+							<includeArtifactId>ctakes-resources-lvg2008</includeArtifactId>
 							<outputDirectory>${project.build.directory}/classes</outputDirectory>
 						</configuration>
 					</execution>