You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2022/01/15 12:25:44 UTC

[maven-dist-tool] branch master updated: Fixed checkstyle issue.

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

khmarbaise 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 e5b7565  Fixed checkstyle issue.
e5b7565 is described below

commit e5b75650e279e9be73db7052e230b45f6fba4aaa
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jan 15 13:25:39 2022 +0100

    Fixed checkstyle issue.
---
 .../java/org/apache/maven/dist/tools/branches/ListBranchesReport.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/dist/tools/branches/ListBranchesReport.java b/src/main/java/org/apache/maven/dist/tools/branches/ListBranchesReport.java
index f2b9221..8856465 100644
--- a/src/main/java/org/apache/maven/dist/tools/branches/ListBranchesReport.java
+++ b/src/main/java/org/apache/maven/dist/tools/branches/ListBranchesReport.java
@@ -64,7 +64,7 @@ public class ListBranchesReport extends AbstractMavenReport
     
     private static final String DEPENDABOT_CONFIG = ".github/dependabot.yml";
 
-    private static final Collection<String> EXCLUDED = Arrays.asList( "maven-integration-testing", // runs with Maven core job
+    private static final Collection<String> EXCLUDED = Arrays.asList( "maven-integration-testing",
             "maven-jenkins-env",
             "maven-jenkins-lib",
             "maven-sources",