This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch OPENNLP-1800---Evaluation-Build-Failure-after-Docs-module-packaging-was-switched-to-JAR- in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 1e70220f6230cb71f805ee5707f4e849e6a0f569 Author: Richard Zowalla <[email protected]> AuthorDate: Fri Feb 20 08:34:50 2026 +0100 OPENNLP-1800 - Evaluation Build Failure after Docs module packaging was switched to JAR --- opennlp-docs/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml index d7632b8d..4866427a 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>
