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/02/08 09:40:08 UTC

svn commit: r1443882 - in /stanbol/trunk/enhancement-engines: ./ opennlp-chunker/ opennlp-ner/ opennlp-pos/ opennlp-sentence/ opennlp-token/ opennlp/ opennlp/opennlp-chunker/ opennlp/opennlp-ner/ opennlp/opennlp-pos/ opennlp/opennlp-sentence/ opennlp/o...

Author: fchrist
Date: Fri Feb  8 08:40:07 2013
New Revision: 1443882

URL: http://svn.apache.org/r1443882
Log:
STANBOL-916 Moving all opennlp-* engines into new opennlp reactor folder

Added:
    stanbol/trunk/enhancement-engines/opennlp/pom.xml
Removed:
    stanbol/trunk/enhancement-engines/opennlp-chunker/
    stanbol/trunk/enhancement-engines/opennlp-ner/
    stanbol/trunk/enhancement-engines/opennlp-pos/
    stanbol/trunk/enhancement-engines/opennlp-sentence/
    stanbol/trunk/enhancement-engines/opennlp-token/
Modified:
    stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker/pom.xml
    stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/pom.xml
    stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/pom.xml
    stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/pom.xml
    stanbol/trunk/enhancement-engines/opennlp/opennlp-token/pom.xml
    stanbol/trunk/enhancement-engines/pom.xml

Modified: stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker/pom.xml?rev=1443882&r1=1443881&r2=1443882&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker/pom.xml Fri Feb  8 08:40:07 2013
@@ -15,14 +15,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>apache-stanbol-enhancement-engines</artifactId>
+    <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
     <version>0.10.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.enhancer.engines.opennlp.chunker</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : OpenNLP Chunker</name>
@@ -36,10 +34,10 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/tika/
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/tika/
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker
     </developerConnection>
     <url>http://stanbol.apache.org/</url>
   </scm>

Modified: stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/pom.xml?rev=1443882&r1=1443881&r2=1443882&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/pom.xml Fri Feb  8 08:40:07 2013
@@ -22,14 +22,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>apache-stanbol-enhancement-engines</artifactId>
+    <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
     <version>0.10.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : OpenNLP NER</name>
@@ -38,10 +36,10 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp-ner/
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp-ner/
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/
     </developerConnection>
     <url>http://stanbol.apache.org/</url>
   </scm>

Modified: stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/pom.xml?rev=1443882&r1=1443881&r2=1443882&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/pom.xml Fri Feb  8 08:40:07 2013
@@ -15,14 +15,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>apache-stanbol-enhancement-engines</artifactId>
+    <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
     <version>0.10.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.enhancer.engines.opennlp.pos</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : OpenNLP POS Tagging</name>
@@ -32,10 +30,10 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp-pos/
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp-pos/
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/
     </developerConnection>
     <url>http://stanbol.apache.org/</url>
   </scm>

Modified: stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/pom.xml?rev=1443882&r1=1443881&r2=1443882&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/pom.xml Fri Feb  8 08:40:07 2013
@@ -15,14 +15,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>apache-stanbol-enhancement-engines</artifactId>
+    <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
     <version>0.10.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.enhancer.engines.opennlp.sentence</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : OpenNLP Sentence Detection</name>
@@ -33,10 +31,10 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp-sentence/
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp-sentence/
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/
     </developerConnection>
     <url>http://stanbol.apache.org/</url>
   </scm>

Modified: stanbol/trunk/enhancement-engines/opennlp/opennlp-token/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/opennlp-token/pom.xml?rev=1443882&r1=1443881&r2=1443882&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/opennlp/opennlp-token/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/opennlp/opennlp-token/pom.xml Fri Feb  8 08:40:07 2013
@@ -15,14 +15,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>apache-stanbol-enhancement-engines</artifactId>
+    <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
     <version>0.10.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.enhancer.engines.opennlp.token</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : OpenNLP Tokenizer</name>
@@ -35,10 +33,10 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp-token/
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-token/
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp-token/
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-token/
     </developerConnection>
     <url>http://stanbol.apache.org/</url>
   </scm>

Added: stanbol/trunk/enhancement-engines/opennlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/pom.xml?rev=1443882&view=auto
==============================================================================
--- stanbol/trunk/enhancement-engines/opennlp/pom.xml (added)
+++ stanbol/trunk/enhancement-engines/opennlp/pom.xml Fri Feb  8 08:40:07 2013
@@ -0,0 +1,135 @@
+<?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.
+-->
+<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">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>apache-stanbol-enhancement-engines</artifactId>
+    <version>0.10.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+  
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>apache-stanbol-enhancement-engines-opennlp</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Stanbol Enhancement Engine : OpenNLP</name>
+  <description>
+    Pseudo project to build the Stanbol Enhancer OpenNLP Engines
+  </description>
+  <inceptionYear>2012</inceptionYear>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <modules>
+    <module>opennlp-sentence</module>
+    <module>opennlp-token</module>
+    <module>opennlp-pos</module>
+    <module>opennlp-ner</module>
+    <module>opennlp-chunker</module>
+  </modules>
+
+  <profiles>
+    <profile>
+      <id>apache-release</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludeSubProjects>false</excludeSubProjects>
+              <excludes>
+                <!--
+                  All license headers are also checked per
+                  artifact. These excludes are necessary
+                  to make the reactor build suceed. Consider
+                  the excluded files here as already checked
+                  in the artifacts.
+                -->
+
+                <!-- exclude hidden files -->
+                <exclude>**/.*</exclude>
+                <exclude>**/.*/*</exclude>
+                <exclude>**/.*/**/*</exclude>
+
+                <!-- exclude build files -->
+                <exclude>**/target/**</exclude>
+                <exclude>**/*.log</exclude>             
+
+                <!-- exclude generated files listing the licenses of deps -->
+                <exclude>DEPENDENCIES</exclude>
+                <exclude>DEPENDENCIES-BY-LICENSE</exclude>
+                <exclude>RAT-REPORT</exclude>
+                <exclude>**/src/license/THIRD-PARTY.properties</exclude>
+
+                <!-- exclude certain file types -->
+                <exclude>**/*.config</exclude>
+                <exclude>**/*.cfg</exclude>
+                <exclude>**/*.ref</exclude>
+                <exclude>**/*.txt</exclude>
+                <exclude>**/*.tsv</exclude>
+                <exclude>**/*.sem</exclude>
+                <exclude>**/*.svg</exclude>
+                <exclude>**/*.css</exclude>
+                <exclude>**/*.js</exclude>
+
+                <!-- exclude test files --> 
+                <exclude>**/test/**/*.eml</exclude>
+                <exclude>**/test/**/*.nt</exclude>
+                <exclude>**/test/**/*.html</exclude>
+                <exclude>**/test/**/*.xhtml</exclude>
+                <exclude>**/test/**/*.rdf</exclude>
+                <exclude>**/test/**/*.rtf</exclude>
+                <exclude>**/test/**/*.rules</exclude>
+                <exclude>**/test/**/*.odt</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>license-maven-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>aggregate-add-third-party</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>

Modified: stanbol/trunk/enhancement-engines/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/pom.xml?rev=1443882&r1=1443881&r2=1443882&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/pom.xml Fri Feb  8 08:40:07 2013
@@ -58,11 +58,7 @@
     <!-- NLP processing engines -->
 	  <module>langdetect</module>
     <module>langid</module>
-    <module>opennlp-sentence</module>
-    <module>opennlp-token</module>
-    <module>opennlp-pos</module>
-    <module>opennlp-ner</module>
-    <module>opennlp-chunker</module>
+    <module>opennlp</module>
     <!-- Chinese language support -->
     <module>smartcn-token</module> <!-- sentence detection and tokenizing -->
     <module>paoding-token</module> <!-- tokenizing -->