From 2dd6a2fa9d584ae6868734641a4f3601f290ba29 Mon Sep 17 00:00:00 2001 From: Romain Grecourt Date: Thu, 15 Oct 2020 10:03:40 -0700 Subject: [PATCH] Update the helidon-cli profile to declare the helidon-cli-maven-plugin as an extension instead of the helidon-maven-plugin. (#2446) Also remove the version since the plugin is already managed. Fixes #2398 --- applications/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/pom.xml b/applications/pom.xml index c5c17e561..82fb42c8c 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -196,8 +196,7 @@ io.helidon.build-tools - helidon-maven-plugin - ${version.plugin.helidon} + helidon-cli-maven-plugin true