This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new a82ba8f9 OPENNLP-1762 - Fix mvn clean install by setting default
download property to SourceForge for surefire/failsafe
a82ba8f9 is described below
commit a82ba8f9a3387226fc72483b409b7c7a68893aec
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 85540744..5d420ea9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,6 +225,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>