Richard Zowalla created OPENNLP-1800:
----------------------------------------
Summary: Evaluation Build Failure after Docs module packaging was
switched to JAR
Key: OPENNLP-1800
URL: https://issues.apache.org/jira/browse/OPENNLP-1800
Project: OpenNLP
Issue Type: Task
Reporter: Richard Zowalla
Assignee: Richard Zowalla
Fix For: 2.5.8, 3.0.0-M2
Evaluation test build will fail because of changes to Apache Maven Surefire
Plugin / JUnit and the docs packaging configuration. The documentation module
was moved from a POM packaging to a JAR module, and due to the parent build
configuration, Surefire now attempts to execute test groups when the eval build
flag is set to true.
This can be resolved by skipping the execution phase in the docs module, since
it does not contain any tests to run.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)