You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/05/14 14:42:17 UTC

svn commit: r944232 - /uima/uimaj/branches/mavenAlign/uimaj-cpe/pom.xml

Author: schor
Date: Fri May 14 12:42:17 2010
New Revision: 944232

URL: http://svn.apache.org/viewvc?rev=944232&view=rev
Log:
[UIMA-1756] minor pom formatting cleanup

Modified:
    uima/uimaj/branches/mavenAlign/uimaj-cpe/pom.xml

Modified: uima/uimaj/branches/mavenAlign/uimaj-cpe/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/mavenAlign/uimaj-cpe/pom.xml?rev=944232&r1=944231&r2=944232&view=diff
==============================================================================
--- uima/uimaj/branches/mavenAlign/uimaj-cpe/pom.xml (original)
+++ uima/uimaj/branches/mavenAlign/uimaj-cpe/pom.xml Fri May 14 12:42:17 2010
@@ -30,7 +30,6 @@
   </parent>
   
 	<artifactId>uimaj-cpe</artifactId>
-	<packaging>jar</packaging>
 	<version>2.3.1-SNAPSHOT</version>
 	<name>UIMA Base: ${project.artifactId}: Collection Processing Engine</name>
   <description>The implementation of a simple scaleout capability, called
@@ -103,6 +102,7 @@
             <configuration>
               <excludes>
                 <exclude>checkpoint_synchPoint.xml*</exclude> <!-- test data -->
+                <exclude>checkpoint.dat*</exclude> <!-- test data -->
               </excludes>              
             </configuration>
           </execution>