You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/01/06 19:32:03 UTC

[maven-project-info-reports-plugin] branch master updated: [MPIR-426] Remove Apache Buildr from Dependency Information Report

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f80826  [MPIR-426] Remove Apache Buildr from Dependency Information Report
7f80826 is described below

commit 7f80826d74ffbbc66bad4eaff85c0f4c236fd9d0
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jan 6 20:29:45 2023 +0100

    [MPIR-426] Remove Apache Buildr from Dependency Information Report
---
 .../apache/maven/report/projectinfo/DependencyInformationReport.java   | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java b/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java
index e8fcad9..5939bcb 100644
--- a/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java
+++ b/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java
@@ -147,9 +147,6 @@ public final class DependencyInformationReport
 
             renderDependencyInfo( "Apache Maven", mavenDependency.format( "</dependency>" ) );
 
-            renderDependencyInfo( "Apache Buildr",
-                                  new Formatter().format( "'%s:%s:%s:%s'", groupId, artifactId, packaging, version ) );
-
             renderDependencyInfo( "Apache Ivy",
                                   new Formatter().format( "<dependency org=\"%s\" name=\"%s\" rev=\"%s\">%n", groupId,
                                                           artifactId, version ).format(