This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f65ed4a [ARCHETYPE-690] Install archetype-packaging for ITs
3f65ed4a is described below

commit 3f65ed4aeb1d0b2e35d09837d1e9cccb1199672e
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Mon Oct 21 21:33:13 2024 +0200

    [ARCHETYPE-690] Install archetype-packaging for ITs
---
 maven-archetype-plugin/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml
index 57ab3fad..133c9970 100644
--- a/maven-archetype-plugin/pom.xml
+++ b/maven-archetype-plugin/pom.xml
@@ -263,6 +263,11 @@
                 <goals>
                   <goal>install</goal>
                 </goals>
+                <configuration>
+                  <extraArtifacts>
+                    
<extraArtifact>org.apache.maven.archetype:archetype-packaging:${project.version}</extraArtifact>
+                  </extraArtifacts>
+                </configuration>
               </execution>
               <execution>
                 <id>invoker-it</id>

Reply via email to