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
commit 1d740060ba5d4bbe20ffeb036fe7757666042d50 Author: Richard Zowalla <[email protected]> AuthorDate: Tue Apr 28 10:40:24 2026 +0200 Add eval-tests to preparation profile --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 83fdb707..8ad316ff 100644 --- a/pom.xml +++ b/pom.xml @@ -272,6 +272,7 @@ <goals>deploy</goals> <arguments>-Papache-release -Peval-tests -DskipTests</arguments> <mavenExecutorId>forked-path</mavenExecutorId> + <preparationProfiles>eval-tests</preparationProfiles> </configuration> </plugin>
