Author: fchrist
Date: Tue Feb 21 12:57:04 2012
New Revision: 1291752

URL: http://svn.apache.org/viewvc?rev=1291752&view=rev
Log:
STANBOL-493 Set unknown licenses and RAT excludes for Entityhub

Modified:
    incubator/stanbol/trunk/entityhub/indexing/core/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml
    incubator/stanbol/trunk/entityhub/jersey/src/license/THIRD-PARTY.properties
    incubator/stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties

Modified: incubator/stanbol/trunk/entityhub/indexing/core/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/core/pom.xml?rev=1291752&r1=1291751&r2=1291752&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/core/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/core/pom.xml Tue Feb 21 12:57:04 
2012
@@ -69,7 +69,10 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
-            <!-- AÖ20 licensed files. See src/test/resources/README -->
+               <!-- AL20 licensed -->
+               <exclude>src/license/THIRD-PARTY.properties</exclude>
+               
+            <!-- AL20 licensed files. See src/test/resources/README -->
             
<exclude>src/test/resources/resourceLoaderTest/testFolder/otherFileInFolder.txt</exclude>
             
<exclude>src/test/resources/resourceLoaderTest/testFolder/ignoreFileInFolder.txt</exclude>
             
<exclude>src/test/resources/resourceLoaderTest/testFolder/errorFileInFolder.txt</exclude>

Modified: incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml?rev=1291752&r1=1291751&r2=1291752&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml Tue Feb 21 
12:57:04 2012
@@ -1,414 +1,404 @@
 <?xml version="1.0" encoding="UTF-8"?>
-       <!--
-               Licensed to the Apache Software Foundation (ASF) under one or 
more
-               contributor license agreements. See the NOTICE file distributed 
with
-               this work for additional information regarding copyright 
ownership.
-               The ASF licenses this file to You under the Apache License, 
Version
-               2.0 (the "License"); you may not use this file except in 
compliance
-               with the License. You may obtain a copy of the License at
-
-               http://www.apache.org/licenses/LICENSE-2.0 Unless required by
-               applicable law or agreed to in writing, software distributed 
under the
-               License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES 
OR
-               CONDITIONS OF ANY KIND, either express or implied. See the 
License for
-               the specific language governing permissions and limitations 
under the
-               License.
-       -->
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements. See the NOTICE file 
+  distributed with this work for additional information regarding copyright 
ownership. The ASF licenses this file to You under 
+  the Apache License, Version 2.0 (the "License"); you may not use this file 
except in compliance with the License. You may 
+  obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 
Unless required by applicable law or agreed to 
+  in writing, software distributed under the License is distributed on an "AS 
IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
+  ANY KIND, either express or implied. See the License for the specific 
language governing permissions and limitations under 
+  the License. -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.apache.stanbol</groupId>
-               
<artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId>
-               <version>0.9.0-incubating-SNAPSHOT</version>
-               <relativePath>../parent</relativePath>
-       </parent>
-       <groupId>org.apache.stanbol</groupId>
-       <artifactId>org.apache.stanbol.entityhub.indexing.dbpedia</artifactId>
-       <version>0.9.0-incubating-SNAPSHOT</version>
-       <packaging>jar</packaging>
-       <name>Apache Stanbol Entityhub Indexing for DBpedia.org</name>
-       <description>This uses the RDF dump of dbpedia.org to create a Full 
Yard for dbpedia.org</description>
-       <scm>
-               <connection>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId>
+    <version>0.9.0-incubating-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
+  </parent>
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.entityhub.indexing.dbpedia</artifactId>
+  <version>0.9.0-incubating-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>Apache Stanbol Entityhub Indexing for DBpedia.org</name>
+  <description>This uses the RDF dump of dbpedia.org to create a Full Yard for 
dbpedia.org</description>
+  <scm>
+    <connection>
       
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/dbpedia
     </connection>
-               <developerConnection>
+    <developerConnection>
       
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/dbpedia
     </developerConnection>
-               <url>http://incubator.apache.org/stanbol</url>
-       </scm>
+    <url>http://incubator.apache.org/stanbol</url>
+  </scm>
 
-       <dependencies>
-               <!-- indexing dependencies -->
-               <dependency>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
-                       <scope>compile</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-                       <scope>compile</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-        <dependency>
-            <groupId>org.apache.stanbol</groupId>
-            
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-               <dependency> <!-- for the Main (command line utility) -->
-                       <groupId>commons-cli</groupId>
-                       <artifactId>commons-cli</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>commons-io</groupId>
-                       <artifactId>commons-io</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>commons-compress</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-
-        <!-- for logging -->
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency> <!-- we use log4j 1.2 -->
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency> <!-- see also the log4j.properties in src/main/resources 
-->
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-
-               <!-- dependencies of the jena tdb source -->
-               <dependency>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>com.hp.hpl.jena</groupId>
-                       <artifactId>jena</artifactId>
-                       <exclusions>
-                               <exclusion>
-                                       <artifactId>slf4j-log4j12</artifactId>
-                                       <groupId>org.slf4j</groupId>
-                               </exclusion>
-                       </exclusions>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>com.hp.hpl.jena</groupId>
-                       <artifactId>tdb</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>com.hp.hpl.jena</groupId>
-                       <artifactId>arq</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>xerces</groupId>
-                       <artifactId>xercesImpl</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-<!-- we have lucene-icu4j anyway
-          <dependency>
-                       <groupId>com.ibm.icu</groupId>
-                       <artifactId>icu4j</artifactId>
-                       <scope>runtime</scope>
-               </dependency>  -->
-
-               <!-- dependencies of the solr yard destination -->
-               <dependency>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.stanbol</groupId>
-                       
<artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-        <dependency>
-            <groupId>org.apache.stanbol</groupId>
-            <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.stanbol</groupId>
-            <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency><!-- needed because the InvalidSyntax exceptions and 
Filter -->
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-               <dependency>
-                       <!-- needed because the SolrYard uses 
ConfigurationExceptions -->
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.compendium</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <!--
-            Solr/Lucene dependencies
-        -->
-               <dependency>
-                       <groupId>org.apache.solr</groupId>
-                       <artifactId>solr-solrj</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>commons-httpclient</groupId>
-                       <artifactId>commons-httpclient</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-xercesImpl</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.solr</groupId>
-                       <artifactId>solr-core</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.solr</groupId>
-                       <artifactId>solr-dataimporthandler</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.solr</groupId>
-                       <artifactId>solr-dataimporthandler-extras</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.solr</groupId>
-                       <artifactId>solr-noggit</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.solr</groupId>
-                       <artifactId>solr-commons-csv</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-core</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-analyzers</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-highlighter</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-memory</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-misc</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-queries</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-spellchecker</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.lucene</groupId>
-                       <artifactId>lucene-spatial</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-           <dependency>
-             <groupId>org.apache.lucene</groupId>
-             <artifactId>lucene-icu</artifactId>
-             <scope>runtime</scope>
-           </dependency>
-           <dependency>
-          <groupId>com.ibm.icu</groupId>
-          <artifactId>icu4j</artifactId>
-             <scope>runtime</scope>
-           </dependency>
-           <dependency>
-             <groupId>org.apache.solr</groupId>
-             <artifactId>solr-analysis-extras</artifactId>
-             <scope>runtime</scope>
-           </dependency>
-               
-               <dependency>
-                       <groupId>jakarta-regexp</groupId>
-                       <artifactId>jakarta-regexp</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>javax.portlet</groupId>
-                       <artifactId>portlet-api</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>commons-codec</groupId>
-                       <artifactId>commons-codec</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>commons-fileupload</groupId>
-                       <artifactId>commons-fileupload</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>commons-io</groupId>
-                       <artifactId>commons-io</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>commons-lang</groupId>
-                       <artifactId>commons-lang</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>commons-beanutils</groupId>
-                       <artifactId>commons-beanutils</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>commons-collections</groupId>
-                       <artifactId>commons-collections</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>xml-resolver</groupId>
-                       <artifactId>xml-resolver</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>stax</groupId>
-                       <artifactId>stax-api</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.codehaus.woodstox</groupId>
-                       <artifactId>wstx-asl</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>xalan</groupId>
-                       <artifactId>xalan</artifactId>
-                       <version>2.7.1</version>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>xalan</groupId>
-                       <artifactId>serializer</artifactId>
-                       <version>2.7.1</version>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>xml-apis</groupId>
-                       <artifactId>xml-apis</artifactId>
-                       <version>1.3.04</version>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>servlet-api</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.velocity</groupId>
-                       <artifactId>velocity</artifactId>
-                       <version>1.6.2</version>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.velocity</groupId>
-                       <artifactId>velocity-tools</artifactId>
-                       <version>2.0</version>
-                       <scope>runtime</scope>
-               </dependency>
-
-        <!--  other (not Solr related) dependencies) -->
-        <dependency>
-            <groupId>joda-time</groupId>
-            <artifactId>joda-time</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-
-
-               <!-- for testing -->
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <scope>test</scope>
-               </dependency>
-
-       </dependencies>
-       <build>
-               <plugins>
-                       <plugin>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <version>2.2</version>
-                               <configuration>
-                                       <descriptors>
-                                               
<descriptor>src/main/assembly/assembly.xml</descriptor>
-                                       </descriptors>
-                                       <archive>
-                                               <manifest>
-                                                       
<mainClass>org.apache.stanbol.entityhub.indexing.Main</mainClass>
-                                               </manifest>
-                                       </archive>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>make-assembly</id> <!-- 
this is used for inheritance merges -->
-                                               <phase>package</phase> <!-- 
bind to the packaging phase -->
-                                               <goals>
-                                                       <!-- goal>single</goal 
-->
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
+  <dependencies>
+    <!-- indexing dependencies -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.core</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency> <!-- for the Main (command line utility) -->
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+
+    <!-- for logging -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency> <!-- we use log4j 1.2 -->
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency> <!-- see also the log4j.properties in src/main/resources -->
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+
+    <!-- dependencies of the jena tdb source -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      
<artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.hp.hpl.jena</groupId>
+      <artifactId>jena</artifactId>
+      <exclusions>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+      </exclusions>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.hp.hpl.jena</groupId>
+      <artifactId>tdb</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.hp.hpl.jena</groupId>
+      <artifactId>arq</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <!-- we have lucene-icu4j anyway <dependency> 
<groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> 
<scope>runtime</scope> 
+      </dependency> -->
+
+    <!-- dependencies of the solr yard destination -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      
<artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency><!-- needed because the InvalidSyntax exceptions and Filter -->
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <!-- needed because the SolrYard uses ConfigurationExceptions -->
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <!-- Solr/Lucene dependencies -->
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-xercesImpl</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-dataimporthandler</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-dataimporthandler-extras</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-noggit</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-commons-csv</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spellchecker</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-icu</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-analysis-extras</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>jakarta-regexp</groupId>
+      <artifactId>jakarta-regexp</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.portlet</groupId>
+      <artifactId>portlet-api</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>xml-resolver</groupId>
+      <artifactId>xml-resolver</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax-api</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>wstx-asl</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <version>2.7.1</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>serializer</artifactId>
+      <version>2.7.1</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.3.04</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity</artifactId>
+      <version>1.6.2</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity-tools</artifactId>
+      <version>2.0</version>
+      <scope>runtime</scope>
+    </dependency>
+
+    <!-- other (not Solr related) dependencies) -->
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+
+
+    <!-- for testing -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <descriptors>
+            <descriptor>src/main/assembly/assembly.xml</descriptor>
+          </descriptors>
+          <archive>
+            <manifest>
+              <mainClass>org.apache.stanbol.entityhub.indexing.Main</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+        <executions>
+          <execution>
+            <id>make-assembly</id> <!-- this is used for inheritance merges -->
+            <phase>package</phase> <!-- bind to the packaging phase -->
+            <goals>
+              <!-- goal>single</goal -->
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
+            <!-- AL20 licensed -->
+            <exclude>src/license/THIRD-PARTY.properties</exclude>
+
             <!-- AL20 licensed files. See src/main/resources/README -->
             
<exclude>src/main/resources/indexing/config/dbpedia/conf/spellings.txt</exclude>
+
             <!-- AL20 licensed files. See src/test/resources/README -->
             
<exclude>src/test/resources/indexing/resources/incoming_links.txt</exclude>
           </excludes>
         </configuration>
-      </plugin>                        
-               </plugins>
-       </build>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: 
incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml?rev=1291752&r1=1291751&r2=1291752&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml 
(original)
+++ incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml Tue 
Feb 21 12:57:04 2012
@@ -64,6 +64,9 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
+               <!-- AL20 licensed -->
+               <exclude>src/license/THIRD-PARTY.properties</exclude>
+          
             <!-- AL20 licensed files. See src/test/resources/README -->
             
<exclude>src/test/resources/testConfigs/missingDefaultSolrConf/indexing/config/indexFieldConfig.txt</exclude>
             
<exclude>src/test/resources/testConfigs/missingDefaultSolrConf/indexing/resources/testEntityScore.txt</exclude>

Modified: incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml?rev=1291752&r1=1291751&r2=1291752&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml Tue Feb 
21 12:57:04 2012
@@ -66,6 +66,9 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
+               <!-- AL20 licensed -->
+               <exclude>src/license/THIRD-PARTY.properties</exclude>
+          
             <!-- AL20 licensed files. See src/test/resources/README -->
             
<exclude>src/test/resources/testConfigs/provider/indexing/config/indexFieldConfig.txt</exclude>
             
<exclude>src/test/resources/testConfigs/provider/indexing/resources/testEntityIds.txt</exclude>

Modified: 
incubator/stanbol/trunk/entityhub/jersey/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/jersey/src/license/THIRD-PARTY.properties?rev=1291752&r1=1291751&r2=1291752&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/jersey/src/license/THIRD-PARTY.properties 
(original)
+++ incubator/stanbol/trunk/entityhub/jersey/src/license/THIRD-PARTY.properties 
Tue Feb 21 12:57:04 2012
@@ -21,15 +21,15 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Feb 15 19:04:05 CET 2012
+#Tue Feb 21 13:45:09 CET 2012
 asm--asm--3.1=BSD License
-at.newmedialab.ldpath--ldpath-api--0.9.4-SNAPSHOT=The Apache Software License, 
Version 2.0
-at.newmedialab.ldpath--ldpath-core-bundle--0.9.4-SNAPSHOT=The Apache Software 
License, Version 2.0
+at.newmedialab.ldpath--ldpath-api--0.9.5-SNAPSHOT=The Apache Software License, 
Version 2.0
+at.newmedialab.ldpath--ldpath-core--0.9.5-20120214.181820-5=The Apache 
Software License, Version 2.0
+at.newmedialab.ldpath--ldpath-core-bundle--0.9.5-20120214.181826-5=The Apache 
Software License, Version 2.0
 javax.servlet--servlet-api--2.4=The Apache Software License, Version 2.0
 org.apache.ant--ant--1.7.0=The Apache Software License, Version 2.0
 org.apache.ant--ant-launcher--1.7.0=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
-org.jdom--com.springsource.org.jdom--1.1.0=BSD License
 org.jdom--jdom--1.1=BSD License
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0

Modified: 
incubator/stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties?rev=1291752&r1=1291751&r2=1291752&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties 
(original)
+++ incubator/stanbol/trunk/entityhub/ldpath/src/license/THIRD-PARTY.properties 
Tue Feb 21 12:57:04 2012
@@ -7,6 +7,7 @@
 # - Apache Software Licenses
 # - BSD
 # - BSD License
+# - BSD-style
 # - BSD-style license
 # - CDDL 1.1
 # - Common Development and Distribution License (CDDL) v1.0
@@ -16,16 +17,18 @@
 # - GPL2 w/ CPE
 # - ICU License
 # - MIT License
+# - Public Domain
 # - The Apache Software License, Version 2.0
 
#-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Feb 15 19:03:56 CET 2012
+#Tue Feb 21 13:43:35 CET 2012
 antlr--antlr--2.7.2=Public Domain
 asm--asm--3.1=BSD License
-at.newmedialab.ldpath--ldpath-api--0.9.4-SNAPSHOT=The Apache Software License, 
Version 2.0
-at.newmedialab.ldpath--ldpath-core-bundle--0.9.4-SNAPSHOT=The Apache Software 
License, Version 2.0
+at.newmedialab.ldpath--ldpath-api--0.9.5-SNAPSHOT=The Apache Software License, 
Version 2.0
+at.newmedialab.ldpath--ldpath-core--0.9.5-20120214.181820-5=The Apache 
Software License, Version 2.0
+at.newmedialab.ldpath--ldpath-core-bundle--0.9.5-20120214.181826-5=The Apache 
Software License, Version 2.0
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, 
Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
@@ -35,7 +38,6 @@ org.apache.ant--ant--1.7.0=The Apache So
 org.apache.ant--ant-launcher--1.7.0=The Apache Software License, Version 2.0
 org.apache.zookeeper--zookeeper--3.3.1=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
-org.jdom--com.springsource.org.jdom--1.1.0=BSD License
 org.jdom--jdom--1.1=BSD License
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0


Reply via email to