From 882138acb159c322693e66e4e01aa909dd2bb280 Mon Sep 17 00:00:00 2001 From: Maarten Mulders Date: Mon, 6 Jan 2025 20:22:56 +0100 Subject: [PATCH] chore: add work-around for OpenLiberty/ci.maven #1855 This requires two terminals open: 1. running `mvn liberty:dev -pl :deployment -am` continuously 2. running `mvn package -pl :deployment -am` after a code change --- runtime/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/pom.xml b/runtime/pom.xml index 1f1c49c..ad8251d 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -140,7 +140,7 @@ **/postgresql*.jar,**/*checker-qual*.jar - true + true @@ -157,6 +157,7 @@ jdbc + false true io.openliberty