You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/11/26 16:12:45 UTC

svn commit: r1413674 - in /stanbol/trunk/data/sentiment: sentiwordnet/pom.xml sentiws/pom.xml

Author: rwesten
Date: Mon Nov 26 15:12:44 2012
New Revision: 1413674

URL: http://svn.apache.org/viewvc?rev=1413674&view=rev
Log:
STANBOL-733: fix for the broken commit with revision 1413560 for the sentiment pom files

Modified:
    stanbol/trunk/data/sentiment/sentiwordnet/pom.xml
    stanbol/trunk/data/sentiment/sentiws/pom.xml

Modified: stanbol/trunk/data/sentiment/sentiwordnet/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/sentiment/sentiwordnet/pom.xml?rev=1413674&r1=1413673&r2=1413674&view=diff
==============================================================================
--- stanbol/trunk/data/sentiment/sentiwordnet/pom.xml (original)
+++ stanbol/trunk/data/sentiment/sentiwordnet/pom.xml Mon Nov 26 15:12:44 2012
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>org.apache.stanbol.data.parent</artifactId>
-    <version>0.10.1-incubating-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.data.sentiment.sentiwordnet</artifactId>
-  <version>1.0.0-incubating-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Data: Sentiment Models based on SentiWordNet for English</name>
@@ -41,14 +41,22 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/sentiment/sentiwordnet
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/sentiment/sentiwordnet
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/sentiment/sentiwordnet
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/sentiment/sentiwordnet
     </developerConnection>
     <url>http://incubator.apache.org/stanbol/</url>
   </scm>
   <properties>
+    <downloadWarning>
+      *
+      * WARNING - this build downloads the SentiWordNet files that are *not*
+      * licensed under the Apache License. , and have more restrictive usage
+      * terms than the Apache Stanbol code. See STANBOL-545 for more
+      * information: https://issues.apache.org/jira/browse/STANBOL-545
+      *
+    </downloadWarning>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- define the path to/home of the sentiment data -->
     <sentiment.model.path>org/apache/stanbol/data/sentiment/sentiwordnet</sentiment.model.path>
@@ -88,8 +96,8 @@
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
           <execution>
-            <id>compile</id>
-            <phase>compile</phase>
+            <id>download</id>
+            <phase>generate-resources</phase>
             <configuration>
               <!--
                 TODO: I would like to add an "unless" constraint to the

Modified: stanbol/trunk/data/sentiment/sentiws/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/sentiment/sentiws/pom.xml?rev=1413674&r1=1413673&r2=1413674&view=diff
==============================================================================
--- stanbol/trunk/data/sentiment/sentiws/pom.xml (original)
+++ stanbol/trunk/data/sentiment/sentiws/pom.xml Mon Nov 26 15:12:44 2012
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>org.apache.stanbol.data.parent</artifactId>
-    <version>0.10.1-incubating-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.data.sentiment.sentiws</artifactId>
-  <version>1.0.0-incubating-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Data: SentimentWortschatz Models for German</name>
@@ -44,14 +44,22 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/sentiment/sentiws
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/sentiment/sentiws
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/sentiment/sentiws
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/sentiment/sentiws
     </developerConnection>
     <url>http://incubator.apache.org/stanbol/</url>
   </scm>
   <properties>
+    <downloadWarning>
+      *
+      * WARNING - this build downloads the SentimentWortschatz files that are *not*
+      * licensed under the Apache License, and have more restrictive usage
+      * terms than the Apache Stanbol code. See STANBOL-545 for more
+      * information: https://issues.apache.org/jira/browse/STANBOL-545
+      *
+    </downloadWarning>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- define the path to/home of the OpenNLP modles-->
     <sentiment.model.path>org/apache/stanbol/data/sentiment/sentiws</sentiment.model.path>
@@ -91,8 +99,8 @@
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
           <execution>
-            <id>compile</id>
-            <phase>compile</phase>
+            <id>download</id>
+            <phase>generate-resources</phase>
             <configuration>
               <!--
                 TODO: I would like to add an "unless" constraint to the