This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/deltaspike.git
commit caaaa0d0135e7053713a1cb18c75976dfb23de85 Author: Mark Struberg <[email protected]> AuthorDate: Tue Jul 21 23:15:32 2026 +0200 also add tomee-11 setup while we are at it --- buildall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildall.sh b/buildall.sh index 86a13a293..0710ccfbb 100755 --- a/buildall.sh +++ b/buildall.sh @@ -38,6 +38,7 @@ mvn clean install -Pwildfly-build-managed -Pwildfly.version=31.0.0.Final | tee m # CDI-4.1, Jakarta 11 requires Java 17 mvn clean install -Dowb.version=4.1.1-SNAPSHOT -Djakarta.cdi-api.version=4.1.0 -Dtomee.version=11.0.0-M1 -Dtomee-api.version=11.0.0-M1 +mvn clean install -Ptomee-build-managed -Dowb.version=4.1.1-SNAPSHOT -Djakarta.cdi-api.version=4.1.0 -Dtomee.version=11.0.0-M1 -Dtomee-api.version=11.0.0-M1 # and now for the result check tail mvn-*.log | less
