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 71234ab1 OPENNLP-1800: Evaluation Build Failure after Docs module
packaging was switched to JAR (#959)
71234ab1 is described below
commit 71234ab182fcc10db7677944118fb61ea5fa11f0
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Feb 20 13:09:04 2026 +0100
OPENNLP-1800: Evaluation Build Failure after Docs module packaging was
switched to JAR (#959)
(cherry picked from commit 32305fafee4590b64ce537c81ef93be009f5ef40)
---
opennlp-docs/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index 77e910b6..c8348389 100644
--- a/opennlp-docs/pom.xml
+++ b/opennlp-docs/pom.xml
@@ -179,5 +179,16 @@
</plugin>
</plugins>
</pluginManagement>
+ <plugins>
+ <plugin>
+ <!-- skip execution as there are none in this
module -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+
+ </plugins>
</build>
</project>