This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6ae9017 Skip the tests here
6ae9017 is described below
commit 6ae90173336577a45da54485b28f557391988cd4
Author: remm <[email protected]>
AuthorDate: Mon Apr 13 16:34:25 2026 +0200
Skip the tests here
---
run-its.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/run-its.sh b/run-its.sh
index f86118d..f04d7ee 100755
--- a/run-its.sh
+++ b/run-its.sh
@@ -16,4 +16,4 @@
# under the License.
export MAVEN_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED
--add-opens=java.base/java.util.zip=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED
--add-opens=java.base/java.net=ALL-UNNAMED
--add-opens=java.base/java.nio=ALL-UNNAMED
--add-opens=java.base/java.nio.channels=ALL-UNNAMED
--add-opens=java.base/java.text=ALL-UNNAMED
--add-opens=java.base/java.time=ALL-UNNAMED --add-opens=java. [...]
-mvn install -P run-its "$@"
+mvn install -Prun-its -DskipTests "$@"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]