You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2014/11/04 16:30:05 UTC

svn commit: r1636608 - /ctakes/trunk/ctakes-dictionary-lookup-fast-res/pom.xml

Author: seanfinan
Date: Tue Nov  4 15:30:04 2014
New Revision: 1636608

URL: http://svn.apache.org/r1636608
Log:
sourceforge/maven central dictionary 3.2.0 is out of date.  Changed to 3.2.1

Modified:
    ctakes/trunk/ctakes-dictionary-lookup-fast-res/pom.xml

Modified: ctakes/trunk/ctakes-dictionary-lookup-fast-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-dictionary-lookup-fast-res/pom.xml?rev=1636608&r1=1636607&r2=1636608&view=diff
==============================================================================
--- ctakes/trunk/ctakes-dictionary-lookup-fast-res/pom.xml (original)
+++ ctakes/trunk/ctakes-dictionary-lookup-fast-res/pom.xml Tue Nov  4 15:30:04 2014
@@ -33,7 +33,7 @@
       <dependency>
          <groupId>net.sourceforge.ctakesresources</groupId>
          <artifactId>ctakes-resources-snomed-rword-hsqldb-2011ab</artifactId>
-         <version>3.2.0</version>
+         <version>3.2.1</version>
       </dependency>
    </dependencies>
    <build>
@@ -53,19 +53,36 @@
                      <outputDirectory>${project.basedir}/../resources</outputDirectory>
                   </configuration>
                </execution>
-               <execution>
-                  <id>unpack-dependencies-bin</id>
-                  <phase>package</phase>
-                  <goals>
-                     <goal>unpack-dependencies</goal>
-                  </goals>
-                  <configuration>
-                     <!-- copy the hsql database to target/classes/ for the bin package -->
-                     <outputDirectory>${project.build.directory}/classes</outputDirectory>
-                  </configuration>
-               </execution>
+               <!--  Unpacking should not be performed when building a package  -->
+               <!--<execution>-->
+                  <!--<id>unpack-dependencies-bin</id>-->
+                  <!--<phase>package</phase>-->
+                  <!--<goals>-->
+                     <!--<goal>unpack-dependencies</goal>-->
+                  <!--</goals>-->
+                  <!--<configuration>-->
+                     <!--&lt;!&ndash; copy the hsql database to target/classes/ for the bin package &ndash;&gt;-->
+                     <!--<outputDirectory>${project.build.directory}/classes</outputDirectory>-->
+                  <!--</configuration>-->
+               <!--</execution>-->
             </executions>
          </plugin>
+         <plugin>
+            <artifactId>maven-jar-plugin</artifactId>
+            <version>2.4</version>
+            <configuration>
+               <includes>
+                  <!-- Dictionary lookup Resources that are unpacked
+                     automatically by maven
+                     are not jar'd and included in the bin distro
+                     by default please download them from SF if needed.
+                   -->
+                  <include>**/*.class</include>
+                  <include>**/types/*.xml</include>
+                  <include>**/META-INF/**</include>
+               </includes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 </project>