You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/08/11 14:55:47 UTC

[maven-dist-tool] branch master updated: Retire maven-repository-builder

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

rfscholte 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 51e397d  Retire maven-repository-builder
51e397d is described below

commit 51e397d2183acfe0d356a9645f0ffe2ed7b410fe
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Aug 11 16:55:41 2019 +0200

    Retire maven-repository-builder
---
 .../java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java b/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java
index 0d604ba..a3aeba5 100644
--- a/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java
+++ b/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java
@@ -59,6 +59,7 @@ public class ListMasterJobsMojo extends AbstractMavenReport
                                                          "maven-ant-plugin",
                                                          "maven-artifact-resolver",
                                                          "maven-downloader",
+                                                         "maven-repository-builder",
                                                          "maven-repository-plugin",
                                                          "maven-runtime" );