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 2015/06/25 20:29:14 UTC

svn commit: r1687601 - in /uima/uimaj/trunk: uimaj-core/pom.xml uimaj-cpe/pom.xml uimaj-json/pom.xml

Author: schor
Date: Thu Jun 25 18:29:14 2015
New Revision: 1687601

URL: http://svn.apache.org/r1687601
Log:
[UIMA-4436] add exclude in each of the affected projects, since the inherited configuration is being overridden in each one of these.

Modified:
    uima/uimaj/trunk/uimaj-core/pom.xml
    uima/uimaj/trunk/uimaj-cpe/pom.xml
    uima/uimaj/trunk/uimaj-json/pom.xml

Modified: uima/uimaj/trunk/uimaj-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/pom.xml?rev=1687601&r1=1687600&r2=1687601&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-core/pom.xml Thu Jun 25 18:29:14 2015
@@ -118,6 +118,7 @@
                   <exclude>src/test/resources/pearTests/encodingTests/*</exclude> <!-- test data, RAT can't reliably read these -->
                   <exclude>src/test/resources/SequencerTest/*.txt</exclude> <!-- test data -->
                   <exclude>src/test/resources/SerDes4/SavedInts.binary</exclude> <!-- test data -->
+                  <exclude>marker-file-identifying-*</exclude>
                 </excludes>              
               </configuration>
             </execution>

Modified: uima/uimaj/trunk/uimaj-cpe/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-cpe/pom.xml?rev=1687601&r1=1687600&r2=1687601&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-cpe/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-cpe/pom.xml Thu Jun 25 18:29:14 2015
@@ -101,6 +101,7 @@
                   <exclude>release.properties</exclude> <!-- release generated artifact -->
                   <exclude>checkpoint_synchPoint.xml*</exclude> <!-- test data -->
                   <exclude>checkpoint.dat*</exclude> <!-- test data -->
+                  <exclude>marker-file-identifying-*</exclude>
                 </excludes>              
               </configuration>
             </execution>

Modified: uima/uimaj/trunk/uimaj-json/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-json/pom.xml?rev=1687601&r1=1687600&r2=1687601&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-json/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-json/pom.xml Thu Jun 25 18:29:14 2015
@@ -81,7 +81,8 @@
 	                  <exclude>src/test/resources/CasSerialization/expected/json/*.txt</exclude>                  
                     <exclude>src/test/resources/CasSerialization/expected/xmi/*.xml</exclude>                  
 	                  <exclude>src/test/resources/CASTests/json/expected/*.json</exclude>
-	                  <exclude>src/test/java/org/apache/uima/test/*.java</exclude>              
+	                  <exclude>src/test/java/org/apache/uima/test/*.java</exclude>
+	                  <exclude>marker-file-identifying-*</exclude>              
 	               </excludes>
 	              </configuration>
 	            </execution>