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 e694c4bf OPENNLP-1815: Adjust maven-release-plugin config to skip
tests by default (#995)
e694c4bf is described below
commit e694c4bfdbb2ffd68461133bffb8744375867577
Author: Martin Wiesner <[email protected]>
AuthorDate: Mon Mar 23 22:24:08 2026 +0100
OPENNLP-1815: Adjust maven-release-plugin config to skip tests by default
(#995)
---
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>