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/01/09 21:08:12 UTC

svn commit: r1431039 - /uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml

Author: cwiklik
Date: Wed Jan  9 20:08:12 2013
New Revision: 1431039

URL: http://svn.apache.org/viewvc?rev=1431039&view=rev
Log:
UIMA-2491 generate jar file for web project

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml?rev=1431039&r1=1431038&r2=1431039&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml Wed Jan  9 20:08:12 2013
@@ -24,7 +24,7 @@
 	<!-- Inherits groupid and version from the parent pom project coordinates -->
 	<!-- Uses default packaging ie. jar -->
 	<artifactId>uima-ducc-web</artifactId>
-	<packaging>pom</packaging>
+	<!-- >packaging>pom</packaging -->
 
 	<properties>
 		<jetty-version>7.4.4.v20110707</jetty-version>