[MENFORCER-495] Remove "JAVA_HOME" from rule violation message by elharo · Pull Request #346 · apache/maven-enforcer (original) (raw)

@elharo

@elharo

@elharo

@elharo elharo marked this pull request as ready for review

January 12, 2025 14:14

michael-o

if (message == null) {
message = String.format(
"%s is an excluded Required Java Vendor (JAVA_HOME=%s)",
"%s is an excluded Required Java Vendor (Detected JDK %s)",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

detected JDK:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

if (message == null) {
message = String.format(
"%s is not an included Required Java Vendor (JAVA_HOME=%s)",
"%s is not an included Required Java Vendor (Detected JDK %s)",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@elharo

@elharo elharo changed the title[MENFORCER-495] Remove JAVA_HOME from rule violation message [MENFORCER-495] Remove "JAVA_HOME" from rule violation message

Jan 13, 2025

michael-o

@jira-importer

1 similar comment

@jira-importer

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})