From: Alex Heneveld Date: Mon, 18 Jul 2022 16:09:35 +0000 (+0100) Subject: copy the config.properties and edit it to allow reading of x509 classes X-Git-Url: https://gitbox.apache.org/repos/asf?p=brooklyn-dist.git;a=commitdiff_plain copy the config.properties and edit it to allow reading of x509 classes --- diff --git a/karaf/features/pom.xml b/karaf/features/pom.xml index 8224e1c..615ba52 100644 --- a/karaf/features/pom.xml +++ b/karaf/features/pom.xml @@ -55,6 +55,14 @@ features xml + + + org.apache.karaf.features + framework + ${karaf.version} + kar + runtime + @@ -134,6 +142,66 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + generate-resources + + copy + + + + + + + org.apache.karaf.features + framework + ${karaf.version} + kar + true + ${project.basedir}/target/kars + + + true + + + + maven-antrun-plugin + 1.8 + + + generate-resources + + true + + + + + + + + + + + + + + + + + + + + run + + + + + diff --git a/karaf/features/src/main/filtered-resources/resources/etc/config.properties b/karaf/features/src/main/filtered-resources/resources/etc/config.properties new file mode 100644 index 0000000..15c457a --- /dev/null +++ b/karaf/features/src/main/filtered-resources/resources/etc/config.properties @@ -0,0 +1 @@ +${kar.config.properties}