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 2016/11/15 22:07:35 UTC

svn commit: r1769893 - in /uima/uimaj/branches/experiment-v3-jcas: uimaj-examples/pom.xml uimaj-parent/pom.xml

Author: schor
Date: Tue Nov 15 22:07:35 2016
New Revision: 1769893

URL: http://svn.apache.org/viewvc?rev=1769893&view=rev
Log:
[UIMA-5172] move rat exclude for release and launch config to parent pom, remove from uimaj-examples (needed by uimaj-v3migration-jcas)

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/pom.xml?rev=1769893&r1=1769892&r2=1769893&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/pom.xml Tue Nov 15 22:07:35 2016
@@ -114,9 +114,7 @@
               <id>default-cli</id>
               <configuration>
                 <excludes>
-                  <exclude>release.properties</exclude> <!-- release generated artifact -->
                   <exclude>src/main/data/*.txt</exclude> <!-- sample data -->
-                  <exclude>src/main/run_configuration/*.launch</exclude> <!-- generated Eclipse launch files -->
                   <exclude>src/main/eclipseProject/*readme.txt</exclude> <!-- readme -->
                   <exclude>src/main/resources/org/apache/uima/tutorial/ex6/*.txt</exclude> <!-- sample data -->
                 </excludes>              

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml?rev=1769893&r1=1769892&r2=1769893&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml Tue Nov 15 22:07:35 2016
@@ -256,6 +256,22 @@
           <!-- version 2.3.7 failing in some projects  -->
           <version>3.0.1</version>
         </plugin>
+        
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>default-cli</id>
+              <configuration>
+                <excludes>
+                  <exclude>release.properties</exclude> <!-- release generated artifact -->
+                  <exclude>src/main/run_configuration/*.launch</exclude> <!-- generated Eclipse launch files -->
+                </excludes>              
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>       
       </plugins>
     </pluginManagement>
     <plugins>