You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ra...@apache.org on 2014/11/20 11:26:40 UTC

svn commit: r1640712 - /opennlp/site/trunk/content/maven-dependency.mdtext

Author: ragerri
Date: Thu Nov 20 10:26:40 2014
New Revision: 1640712

URL: http://svn.apache.org/r1640712
Log:
 OPENNLP-732 adding doc about using snapshots repo for trunk dependency in maven

Modified:
    opennlp/site/trunk/content/maven-dependency.mdtext

Modified: opennlp/site/trunk/content/maven-dependency.mdtext
URL: http://svn.apache.org/viewvc/opennlp/site/trunk/content/maven-dependency.mdtext?rev=1640712&r1=1640711&r2=1640712&view=diff
==============================================================================
--- opennlp/site/trunk/content/maven-dependency.mdtext (original)
+++ opennlp/site/trunk/content/maven-dependency.mdtext Thu Nov 20 10:26:40 2014
@@ -40,3 +40,22 @@ To use OpenNLP Maxent define the followi
       <artifactId>opennlp-maxent</artifactId>
       <version>3.0.3</version>
     </dependency>
+
+## OpenNLP Tools SNAPSHOT Dependency
+
+To use the current trunk version define the following dependency:
+
+    <dependency>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-tools</artifactId>
+      <version>1.6.0-SNAPSHOT</version>
+    </dependency>
+
+The SNAPSHOT dependency requires the following repository:
+
+    <repositories>
+      <repository>
+        <id>apache opennlp snapshot</id>
+        <url>https://repository.apache.org/content/repositories/snapshots/</url>
+      </repository>
+    </repositories>