From 623be69cfb08927c045bea2bbfe91aa2f6d244ad Mon Sep 17 00:00:00 2001 From: Stefan Schoeffmann Date: Sun, 2 Jan 2022 16:24:21 +0100 Subject: [PATCH] Fixed ignored escape sequence by explicitly defining it via maven Should fix https://github.com/quarkusio/quarkus/issues/20814 --- .../azure-functions-http/maven-archetype/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/extensions/azure-functions-http/maven-archetype/pom.xml b/extensions/azure-functions-http/maven-archetype/pom.xml index c41613ce774f0..bbfd70a7670d9 100644 --- a/extensions/azure-functions-http/maven-archetype/pom.xml +++ b/extensions/azure-functions-http/maven-archetype/pom.xml @@ -21,5 +21,17 @@ 3.0.1 + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + \ + + + +