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 2012/02/17 12:02:27 UTC

svn commit: r1245388 - /incubator/stanbol/trunk/enhancer/jersey/pom.xml

Author: fchrist
Date: Fri Feb 17 11:02:27 2012
New Revision: 1245388

URL: http://svn.apache.org/viewvc?rev=1245388&view=rev
Log:
STANBOL-493 Exclude THIRD-PARTY.properties from RAT check

Modified:
    incubator/stanbol/trunk/enhancer/jersey/pom.xml

Modified: incubator/stanbol/trunk/enhancer/jersey/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/jersey/pom.xml?rev=1245388&r1=1245387&r2=1245388&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/jersey/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/jersey/pom.xml Fri Feb 17 11:02:27 2012
@@ -74,6 +74,9 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
+            <!-- AL20 License  -->
+            <exclude>src/license/THIRD-PARTY.properties</exclude>
+
             <!-- OpenLayers License provided in src/main/resources/org/apache/stanbol/enhancer/jersey/static/openlayers-2.9/license.txt  -->
             <exclude>src/main/resources/org/apache/stanbol/enhancer/jersey/static/openlayers-2.9/**</exclude>
           </excludes>