This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git

commit a84d92733890459f4298145d7c452a46fe00aae8
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Sun Jul 10 14:31:37 2022 +0200

    adding now working Weld3 profile back to the convenience build script
    
    Thanks to Jeremy Landis (id: hazendaz) for getting Weld3 working again!
---
 deltaspike/buildall.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deltaspike/buildall.sh b/deltaspike/buildall.sh
index d93ffa7b..78faf27b 100755
--- a/deltaspike/buildall.sh
+++ b/deltaspike/buildall.sh
@@ -43,6 +43,7 @@ mvn clean install -Ptomee7-build-managed 
-Dtomee.version=7.1.4 -Dopenejb.version
 
 mvn clean install -POWB2 | tee mvn-owb2_0_5.log
 mvn clean install -POWB2 | tee mvn-owb2_0_5.log
+mvn clean install -PWeld3 -Dweld.version=3.1.9.Final | tee mvn-weld3_1_9.log
 
 
 # and now for the result check

Reply via email to