Author: fchrist
Date: Thu Feb 16 11:28:13 2012
New Revision: 1244937

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

Modified:
    incubator/stanbol/trunk/commons/owl/pom.xml

Modified: incubator/stanbol/trunk/commons/owl/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/pom.xml?rev=1244937&r1=1244936&r2=1244937&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/owl/pom.xml (original)
+++ incubator/stanbol/trunk/commons/owl/pom.xml Thu Feb 16 11:28:13 2012
@@ -90,6 +90,9 @@
       <artifactId>apache-rat-plugin</artifactId>
       <configuration>
         <excludes>
+          <!-- AL20 License -->
+          <exclude>src/license/THIRD-PARTY.properties</exclude>
+
           <!-- See src/main/resources/maven/repo/README file -->
           
<exclude>src/main/resources/maven/repo/owlapi/owlapi/maven-metadata-local.xml</exclude>
           
<exclude>src/main/resources/maven/repo/owlapi/owlapi/3.2.3/owlapi-3.2.3.pom</exclude>


Reply via email to