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 78ed80c952 Don't skip the entire systests module; only skip 
webapp-tests
78ed80c952 is described below

commit 78ed80c952f0b99da2e2da837396160f22dfdd42
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Sat Feb 17 12:00:12 2024 +0000

    Don't skip the entire systests module; only skip webapp-tests
---
 pom.xml          | 4 ----
 systests/pom.xml | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index e17c443ef5..8a5960e418 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,11 +443,7 @@
         <module>modules/distribution</module>
         <module>modules/samples</module>
         <module>databinding-tests</module>
-       <!-- FIXME AXIS2-6051 jwebunit hasn't been update since 2015
-             and is too broke to fix in a post jakarta world. 
-             TODO: find a replacement, or remove the code.
         <module>systests</module>
-       -->
     </modules>
 
     <scm>
diff --git a/systests/pom.xml b/systests/pom.xml
index f52d5b4390..302cd72f9d 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -37,7 +37,11 @@
         <module>SOAP12TestModuleC</module>
         <module>SOAP12TestServiceB</module>
         <module>SOAP12TestServiceC</module>
+       <!-- FIXME AXIS2-6051 jwebunit hasn't been update since 2015
+             and is too broke to fix in a post jakarta world. 
+             TODO: find a replacement, or remove the code.
         <module>webapp-tests</module>
+       -->
     </modules>
 
     <scm>

Reply via email to