This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/opennlp-2.x by this push:
new a9376421 OPENNLP-1762 - Fix mvn clean install by setting default
download property to SourceForge for surefire/failsafe
a9376421 is described below
commit a937642119dc312333fa74c18b5d7ac0351c9cd7
Author: Richard Zowalla <[email protected]>
AuthorDate: Sun Jul 20 20:13:08 2025 +0200
OPENNLP-1762 - Fix mvn clean install by setting default download property
to SourceForge for surefire/failsafe
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index d103601c..424d64c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,6 +177,9 @@
<opennlp.forkCount>1.0C</opennlp.forkCount>
<opennlp.models.version>1.3.0</opennlp.models.version>
+ <!-- Old OpenNLP models are hosted on Sourceforge. Set a
default. -->
+
<opennlp.model.v15.base.url>https://opennlp.sourceforge.net/models-1.5/</opennlp.model.v15.base.url>
+
<!-- Dependency versions -->
<junit.version>5.13.3</junit.version>
<junit5-system-exit.version>2.0.2</junit5-system-exit.version>