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 2019/07/22 15:22:03 UTC

svn commit: r1863561 - in /uima/uv3/uimaj-v3/trunk: pom.xml uimaj-cpe/pom.xml uimaj-ep-cas-editor-ide/pom.xml uimaj-ep-cas-editor/pom.xml uimaj-json/pom.xml uimaj-parent/pom.xml uimaj-tools/pom.xml

Author: schor
Date: Mon Jul 22 15:22:03 2019
New Revision: 1863561

URL: http://svn.apache.org/viewvc?rev=1863561&view=rev
Log:
no Jira update all <excludes> (mainly for rat excludes) to include the combine.children="append" option.

Modified:
    uima/uv3/uimaj-v3/trunk/pom.xml
    uima/uv3/uimaj-v3/trunk/uimaj-cpe/pom.xml
    uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor-ide/pom.xml
    uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/pom.xml
    uima/uv3/uimaj-v3/trunk/uimaj-json/pom.xml
    uima/uv3/uimaj-v3/trunk/uimaj-parent/pom.xml
    uima/uv3/uimaj-v3/trunk/uimaj-tools/pom.xml

Modified: uima/uv3/uimaj-v3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/pom.xml?rev=1863561&r1=1863560&r2=1863561&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/pom.xml (original)
+++ uima/uv3/uimaj-v3/trunk/pom.xml Mon Jul 22 15:22:03 2019
@@ -279,7 +279,7 @@
               <phase>verify</phase>
               <!-- default configuration -->
               <configuration>
-                <excludes>
+                <excludes combine.children="append">
                   <exclude>release.properties</exclude> <!-- generated file -->
                   <exclude>README*</exclude>
                   <exclude>RELEASE_NOTES*</exclude>

Modified: uima/uv3/uimaj-v3/trunk/uimaj-cpe/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-cpe/pom.xml?rev=1863561&r1=1863560&r2=1863561&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-cpe/pom.xml (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-cpe/pom.xml Mon Jul 22 15:22:03 2019
@@ -102,7 +102,7 @@
             <execution>
               <id>default-cli</id>
               <configuration>
-                <excludes>
+                <excludes combine.children="append">
                   <exclude>release.properties</exclude> <!-- release generated artifact -->
                   <exclude>checkpoint_synchPoint.xml*</exclude> <!-- test data -->
                   <exclude>checkpoint.dat*</exclude> <!-- test data -->

Modified: uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor-ide/pom.xml?rev=1863561&r1=1863560&r2=1863561&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor-ide/pom.xml (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor-ide/pom.xml Mon Jul 22 15:22:03 2019
@@ -191,7 +191,7 @@
             <execution>
               <id>default-cli</id>
               <configuration>
-                <excludes>
+                <excludes combine.children="append">
                   <exclude>release.properties</exclude> <!-- release generated artifact -->
                   <exclude>src/test/resources/ManualTests/*</exclude> <!-- test data -->
                   <exclude>marker-file-identifying-*</exclude>

Modified: uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/pom.xml?rev=1863561&r1=1863560&r2=1863561&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/pom.xml (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/pom.xml Mon Jul 22 15:22:03 2019
@@ -192,7 +192,7 @@
             <execution>
               <id>default-cli</id>
               <configuration>
-                <excludes>
+                <excludes combine.children="append">
                   <exclude>release.properties</exclude> <!-- release generated artifact -->
                   <exclude>src/test/resources/ManualTests/*</exclude> <!-- test data -->
                   <exclude>marker-file-identifying-*</exclude>

Modified: uima/uv3/uimaj-v3/trunk/uimaj-json/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-json/pom.xml?rev=1863561&r1=1863560&r2=1863561&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-json/pom.xml (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-json/pom.xml Mon Jul 22 15:22:03 2019
@@ -76,7 +76,7 @@
 	            <execution>
 	              <id>default-cli</id>
 	              <configuration>
-	                <excludes>
+	                <excludes combine.children="append">
 	                  <exclude>release.properties</exclude> <!-- generated file -->
 	                  <exclude>src/test/resources/CasSerialization/expected/json/*.txt</exclude>                  
                     <exclude>src/test/resources/CasSerialization/expected/xmi/*.xml</exclude>                  

Modified: uima/uv3/uimaj-v3/trunk/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-parent/pom.xml?rev=1863561&r1=1863560&r2=1863561&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-parent/pom.xml (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-parent/pom.xml Mon Jul 22 15:22:03 2019
@@ -315,7 +315,7 @@
             <groupId>org.jacoco</groupId>
             <artifactId>jacoco-maven-plugin</artifactId>
             <configuration>
-              <excludes>
+              <excludes combine.children="append">
                 <!-- Duplicates on classpath cause an exception in JaCoCo report -->
                 <exclude>**/org/apache/uima/examples/SourceDocumentInformation*</exclude>
                 <exclude>**/org/apache/uima/examples/SourceDocumentInformation_Type*</exclude>

Modified: uima/uv3/uimaj-v3/trunk/uimaj-tools/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-tools/pom.xml?rev=1863561&r1=1863560&r2=1863561&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uimaj-tools/pom.xml (original)
+++ uima/uv3/uimaj-v3/trunk/uimaj-tools/pom.xml Mon Jul 22 15:22:03 2019
@@ -101,7 +101,7 @@
             <execution>
               <id>default-cli</id>
               <configuration>
-                <excludes>
+                <excludes combine.children="append">
                   <exclude>release.properties</exclude> <!-- release generated artifact -->
                   <exclude>src/main/resources/org/apache/uima/tools/migration/*</exclude> <!-- data for migration code -->
                   <exclude>src/main/resources/org/apache/uima/tools/util/gui/about.txt</exclude>