Author: challngr
Date: Tue Oct 28 11:06:49 2014
New Revision: 1634845
URL: http://svn.apache.org/r1634845
Log:
UIMA-4064 Update pom to create correct unversioned jar.
Modified:
uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml
Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml?rev=1634845&r1=1634844&r2=1634845&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml Tue Oct 28 11:06:49 2014
@@ -28,6 +28,8 @@
<relativePath>../uima-ducc-parent/pom.xml</relativePath>
</parent>
+ <!-- packaging>pom</packaging -->
+
<!-- Inherits groupid and version from the parent pom project coordinates -->
<!-- Uses default packaging ie. jar -->
<artifactId>uima-ducc-cli</artifactId>
@@ -52,7 +54,7 @@
<properties>
<!-- This is for the manifest-only public uima-ducc-cli.jar that goes
directly in lib -->
<DUCC_CP>
-uima-ducc/uima-ducc-cli-${ducc.version}.jar
uima-ducc/uima-ducc-common-${ducc.version}.jar
uima-ducc/uima-ducc-transport-${ducc.version}.jar ../resources/
../apache-uima/apache-activemq/lib/jcl-over-slf4j-${slf4j.version}.jar
../apache-uima/apache-activemq/lib/slf4j-api-${slf4j.version}.jar
../apache-uima/apache-activemq/lib/slf4j-log4j12-${slf4j.version}.jar
apache-camel/xstream-${xstream.version}.jar
http-client/commons-codec-${commons.codec.version}.jar
http-client/commons-httpclient-${commons.httpclient.version}.jar
google-gson/gson-${google.gson.version}.jar
apache-log4j/log4j-${log4j.version}.jar
apache-commons/commons-cli-${commons.cli.version}.jar
../apache-uima/lib/uima-core.jar ../apache-uima/lib/uimaj-as-activemq.jar
../apache-uima/lib/uimaj-as-jms.jar ../apache-uima/lib/uimaj-as-core.jar
+uima-ducc/uima-ducc-common-${ducc.version}.jar
uima-ducc/uima-ducc-transport-${ducc.version}.jar
</DUCC_CP>
</properties>
@@ -137,7 +139,6 @@ uima-ducc/uima-ducc-cli-${ducc.version}.
</manifestEntries>
</archive>
<excludes>
- <exclude>org*/</exclude>
<exclude>META-INF/maven/*</exclude>
<exclude>**/pom.*</exclude>
<exclude>**/DEPENDENCIES</exclude>
@@ -157,7 +158,8 @@ uima-ducc/uima-ducc-cli-${ducc.version}.
</execution>
<!-- Build the cli jar last so it is the one installed in the
repository !! -->
- <execution>
+ <!-- Suppress the versioned jar, we only need the unversioned one.
-->
+ <!-- execution>
<id>${project.artifactId}</id>
<goals><goal>jar</goal></goals>
<phase>package</phase>
@@ -166,7 +168,7 @@ uima-ducc/uima-ducc-cli-${ducc.version}.
<archive>
</archive>
</configuration>
- </execution>
+ </execution -->
</executions>