[MENFORCER-495] Remove "JAVA_HOME" from rule violation message by elharo · Pull Request #346 · apache/maven-enforcer (original) (raw)
elharo marked this pull request as ready for review
| 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 changed the title
[MENFORCER-495] Remove JAVA_HOME from rule violation message [MENFORCER-495] Remove "JAVA_HOME" from rule violation message
1 similar comment
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 }})