From 48511c3af3b134e1b0599d941c70d78fe50ed837 Mon Sep 17 00:00:00 2001 From: Thibault Vallin Date: Thu, 13 Jul 2023 00:59:02 +0200 Subject: [PATCH] fix archetype build (#7177) Signed-off-by: tvallin --- archetypes/helidon/pom.xml | 10 ++++++--- .../src/main/cli/versions.xml.mustache | 22 +++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 archetypes/helidon/src/main/cli/versions.xml.mustache diff --git a/archetypes/helidon/pom.xml b/archetypes/helidon/pom.xml index ac689d24139..ea739d8ce17 100644 --- a/archetypes/helidon/pom.xml +++ b/archetypes/helidon/pom.xml @@ -100,9 +100,13 @@ - - ${project.version} - + + + diff --git a/archetypes/helidon/src/main/cli/versions.xml.mustache b/archetypes/helidon/src/main/cli/versions.xml.mustache new file mode 100644 index 00000000000..fb38b3e1b95 --- /dev/null +++ b/archetypes/helidon/src/main/cli/versions.xml.mustache @@ -0,0 +1,22 @@ + + + + {{version}} + + \ No newline at end of file