Author: fchrist
Date: Mon Feb 20 17:08:48 2012
New Revision: 1291376
URL: http://svn.apache.org/viewvc?rev=1291376&view=rev
Log:
STANBOL-493 Exclude THIRD-PARTY.properties from RAT report
Modified:
incubator/stanbol/trunk/contenthub/web/pom.xml
Modified: incubator/stanbol/trunk/contenthub/web/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/web/pom.xml?rev=1291376&r1=1291375&r2=1291376&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/web/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/web/pom.xml Mon Feb 20 17:08:48 2012
@@ -63,6 +63,9 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
+ <!-- AL20 License -->
+ <exclude>src/license/THIRD-PARTY.properties</exclude>
+
<!-- BSD License mentioned in header -->
<exclude>src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jit.js</exclude>
</excludes>