Address plugin-not-found issues 83/119183/1
authorJim Hahn <jrh3@att.com>
Mon, 8 Mar 2021 19:27:34 +0000 (14:27 -0500)
committerJim Hahn <jrh3@att.com>
Thu, 11 Mar 2021 18:27:43 +0000 (13:27 -0500)
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 <jrh3@att.com>
integration/pom.xml

index 8c72808..c513d73 100644 (file)
     </scm>
 
     <build>
+        <extensions>
+            <extension>
+                <groupId>org.apache.maven.archetype</groupId>
+                <artifactId>archetype-packaging</artifactId>
+                <version>3.2.0</version>
+            </extension>
+        </extensions>
         <pluginManagement>
             <plugins>
                 <plugin>
                     <artifactId>maven-archetype-plugin</artifactId>
                     <version>3.2.0</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.archetype</groupId>
-                    <artifactId>archetype-packaging</artifactId>
-                    <version>3.2.0</version>
-                </plugin>
                 <plugin>
                     <groupId>com.coderplus.maven.plugins</groupId>
                     <artifactId>copy-rename-maven-plugin</artifactId>