From a6e34a296033b178856239254619b96eb2d3d6f1 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 11 Sep 2024 16:35:08 +0200 Subject: [PATCH] no need to repeat the plugin, we can just use the variable --- commafeed-server/pom.xml | 118 +++++++-------------------------------- 1 file changed, 20 insertions(+), 98 deletions(-) diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 9563967c..0cd7f707 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -16,7 +16,6 @@ 6.7 2.1.0 2.2.23 - 1.2.1 h2 @@ -54,7 +53,26 @@ - + + org.codehaus.mojo + properties-maven-plugin + 1.2.1 + + + + set-system-properties + + + + + + + quarkus.datasource.db-kind + ${build.database} + + + + io.quarkus.platform quarkus-maven-plugin @@ -502,120 +520,24 @@ h2 - - - - org.codehaus.mojo - properties-maven-plugin - ${properties-plugin.version} - - - - set-system-properties - - - - - - - quarkus.datasource.db-kind - h2 - - - - - - mysql mysql - - - - org.codehaus.mojo - properties-maven-plugin - ${properties-plugin.version} - - - - set-system-properties - - - - - - - quarkus.datasource.db-kind - mysql - - - - - - mariadb mariadb - - - - org.codehaus.mojo - properties-maven-plugin - ${properties-plugin.version} - - - - set-system-properties - - - - - - - quarkus.datasource.db-kind - mariadb - - - - - - postgresql postgresql - - - - org.codehaus.mojo - properties-maven-plugin - ${properties-plugin.version} - - - - set-system-properties - - - - - - - quarkus.datasource.db-kind - postgresql - - - - - -