You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2013/09/12 18:07:26 UTC

svn commit: r1522647 - in /stanbol/trunk/launchers: full/pom.xml stable/pom.xml

Author: fchrist
Date: Thu Sep 12 16:07:26 2013
New Revision: 1522647

URL: http://svn.apache.org/r1522647
Log:
STANBOL-1139 exclude generated dependency-reduced-pom.xml from RAT check

Modified:
    stanbol/trunk/launchers/full/pom.xml
    stanbol/trunk/launchers/stable/pom.xml

Modified: stanbol/trunk/launchers/full/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1522647&r1=1522646&r2=1522647&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Thu Sep 12 16:07:26 2013
@@ -128,7 +128,11 @@
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
-          <excludes></excludes>
+          <excludes>
+            <!-- auto generated -->
+            <exclude>src/license/THIRD-PARTY.properties</exclude>
+            <exclude>dependency-reduced-pom.xml</exclude>
+          </excludes>
         </configuration>
       </plugin>
       <plugin>

Modified: stanbol/trunk/launchers/stable/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/pom.xml?rev=1522647&r1=1522646&r2=1522647&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/pom.xml (original)
+++ stanbol/trunk/launchers/stable/pom.xml Thu Sep 12 16:07:26 2013
@@ -126,7 +126,11 @@
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
-          <excludes></excludes>
+          <excludes>
+            <!-- auto generated -->
+            <exclude>src/license/THIRD-PARTY.properties</exclude>
+            <exclude>dependency-reduced-pom.xml</exclude>
+          </excludes>
         </configuration>
       </plugin>
     </plugins>