This is an automated email from the ASF dual-hosted git repository.
mawiesne 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 32305faf OPENNLP-1800: Evaluation Build Failure after Docs module
packaging was switched to JAR (#959)
32305faf is described below
commit 32305fafee4590b64ce537c81ef93be009f5ef40
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)
---
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>