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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9e1966f  add missing plugin
9e1966f is described below

commit 9e1966fd5fe3974a4aa314d794e3bc7c08293f06
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Tue Oct 3 00:01:02 2023 +0200

    add missing plugin
---
 .../java/org/apache/maven/dist/tools/prerequisites/GetPrerequisites.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/maven/dist/tools/prerequisites/GetPrerequisites.java 
b/src/main/java/org/apache/maven/dist/tools/prerequisites/GetPrerequisites.java
index e2b1425..ca83525 100644
--- 
a/src/main/java/org/apache/maven/dist/tools/prerequisites/GetPrerequisites.java
+++ 
b/src/main/java/org/apache/maven/dist/tools/prerequisites/GetPrerequisites.java
@@ -44,6 +44,7 @@ public class GetPrerequisites {
         //        "maven-ant-plugin", // retired
         "maven-antrun-plugin",
         "maven-archetype-plugin",
+        "maven-artifact-plugin",
         "maven-assembly-plugin",
         "maven-changelog-plugin",
         "maven-changes-plugin",

Reply via email to