Author: fchrist
Date: Wed Mar 21 08:51:47 2012
New Revision: 1303314

URL: http://svn.apache.org/viewvc?rev=1303314&view=rev
Log:
STANBOL-544 Added warning about downloaded OpenNLP models

Modified:
    incubator/stanbol/branches/0.9.0-incubating/data/parent/pom.xml

Modified: incubator/stanbol/branches/0.9.0-incubating/data/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/data/parent/pom.xml?rev=1303314&r1=1303313&r2=1303314&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/data/parent/pom.xml (original)
+++ incubator/stanbol/branches/0.9.0-incubating/data/parent/pom.xml Wed Mar 21 
08:51:47 2012
@@ -76,6 +76,33 @@
         </plugin>
       </plugins>
     </pluginManagement>
+
+    <plugins>
+      <!-- Warn for OpenNLP models -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>validate</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <echo>
+*
+* WARNING - this build downloads some OpenNLP files that are *not*
+* licensed under the Apache License, and have more restrictive usage
+* terms than the Apache Stanbol code.
+*
+                </echo>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
   </build>
 
 </project>


Reply via email to