This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch OPENLP-1815 in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 961f9ad4895d703fd61c79156fcd9f059b784fee Author: Martin Wiesner <[email protected]> AuthorDate: Mon Mar 23 21:37:30 2026 +0100 OPENNLP-1815: Adjust maven-release-plugin config to skip tests by default --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c3c0aad3..d4ee6275 100644 --- a/pom.xml +++ b/pom.xml @@ -270,7 +270,7 @@ <configuration> <useReleaseProfile>false</useReleaseProfile> <goals>deploy</goals> - <arguments>-Papache-release</arguments> + <arguments>-Papache-release -Peval-tests -DskipTests</arguments> <mavenExecutorId>forked-path</mavenExecutorId> </configuration> </plugin>
