This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 32f912f1d9 Use maven.test.skip to skip integration tests 32f912f1d9 is described below commit 32f912f1d9f8a838acb17a997b7f6f6e2a935bca Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Fri Sep 13 12:33:30 2024 +0000 Use maven.test.skip to skip integration tests --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 94227c3f2a..d4e435781f 100644 --- a/pom.xml +++ b/pom.xml @@ -1219,7 +1219,7 @@ <javaHome>${java.home}</javaHome> <!-- Enable the JaCoCo agent. --> <mavenOpts>${argLine}</mavenOpts> - <skipInvocation>${skipTests}</skipInvocation> + <skipInvocation>${maven.test.skip}</skipInvocation> <streamLogsOnFailures>true</streamLogsOnFailures> </configuration> </plugin>