From 8da51100a7d1ba19db49521433b96c8032903954 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 8 Mar 2021 14:27:34 -0500 Subject: Address plugin-not-found issues Make archetype an extension instead of a plug-in per various web comments: https://github.com/oracle/helidon/issues/1025 Issue-ID: POLICY-3126 Change-Id: I6703d832065d3b08fbc3c6613e049c30d2ee2c50 Signed-off-by: Jim Hahn --- integration/pom.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'integration') diff --git a/integration/pom.xml b/integration/pom.xml index 8c728089..c513d731 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -540,6 +540,13 @@ + + + org.apache.maven.archetype + archetype-packaging + 3.2.0 + + @@ -610,11 +617,6 @@ maven-archetype-plugin 3.2.0 - - org.apache.maven.archetype - archetype-packaging - 3.2.0 - com.coderplus.maven.plugins copy-rename-maven-plugin -- cgit 1.2.3-korg