You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/09/25 15:54:02 UTC

svn commit: r1526178 - /uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml

Author: cwiklik
Date: Wed Sep 25 13:54:02 2013
New Revision: 1526178

URL: http://svn.apache.org/r1526178
Log:
UIMA-3294 removed uima-ducc-submit and uima-ducc-services

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=1526178&r1=1526177&r2=1526178&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml Wed Sep 25 13:54:02 2013
@@ -71,53 +71,8 @@ uima-ducc-common.jar uima-ducc-transport
         </configuration>
 
 
-		<!-- HACK - Build these manifest-only jars as are referenced in old snapshots -->
         <executions>
 
-          <execution>
-            <id>DuccJobSubmit</id>
-            <goals><goal>jar</goal></goals>
-            <phase>package</phase>
-            <configuration>
-              <!-- Name the jar -->
-              <finalName>uima-ducc-submit</finalName>
-			  <archive>
- 				<manifest>
-				  <addClasspath>false</addClasspath>
-				</manifest>
-				<manifestEntries>
-				  <class-path>uima-ducc-cli.jar ${DUCC_CP}</class-path>
-				</manifestEntries>
-			  </archive>
-              <excludes>
-                <exclude>**/</exclude>
-                <exclude>META-INF/*</exclude>
-              </excludes>
-            </configuration>
-          </execution>
-
-          <execution>
-            <id>DuccServiceSubmit</id>
-            <goals><goal>jar</goal></goals>
-            <phase>package</phase>
-            <configuration>
-              <!-- Name the jar -->
-              <finalName>uima-ducc-service-submit</finalName>
-			  <archive>
- 				<manifest>
-				  <addClasspath>false</addClasspath>
-				</manifest>
-				<manifestEntries>
-				  <class-path>uima-ducc-cli.jar ${DUCC_CP}</class-path>
-				</manifestEntries>
-			  </archive>
-              <excludes>
-                <exclude>**/</exclude>
-                <exclude>META-INF/*</exclude>
-              </excludes>
-            </configuration>
-          </execution>
-
 		  <!-- Build the cli jar last so it is the one installed in the repository !! -->
           <execution>
             <id>${project.artifactId}</id>