diff --git a/acceptance-test/pom.xml b/acceptance-test/pom.xml
index 3dfae748a..d94012f6c 100644
--- a/acceptance-test/pom.xml
+++ b/acceptance-test/pom.xml
@@ -104,7 +104,7 @@
- native
+ true
diff --git a/base/src/main/resources/application.properties b/base/src/main/resources/application.properties
index 1c0808eef..e8e4deec5 100644
--- a/base/src/main/resources/application.properties
+++ b/base/src/main/resources/application.properties
@@ -48,7 +48,7 @@ quarkus.http.filter.api.order=1
quarkus.http.test-port=8083
# Packaging
-quarkus.package.type=fast-jar
+quarkus.package.jar.type=fast-jar
quarkus.banner.path=banner.txt
# Logging
diff --git a/community-app/pom.xml b/community-app/pom.xml
index 1a98935b7..906d9353f 100644
--- a/community-app/pom.xml
+++ b/community-app/pom.xml
@@ -105,8 +105,8 @@
false
- native
+ true
-
\ No newline at end of file
+
diff --git a/pom.xml b/pom.xml
index 7ecd83d93..bca360bb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@
false
- native
+ true