-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MRELEASE-1097] rework plugin output to clarify goal's phases #135
Conversation
...se-manager/src/main/java/org/apache/maven/shared/release/phase/AbstractMapVersionsPhase.java
Outdated
Show resolved
Hide resolved
maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java
Show resolved
Hide resolved
maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java
Show resolved
Hide resolved
maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java
Show resolved
Hide resolved
maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java
Show resolved
Hide resolved
...lease-manager/src/main/java/org/apache/maven/shared/release/phase/AbstractRunGoalsPhase.java
Outdated
Show resolved
Hide resolved
...ease-manager/src/main/java/org/apache/maven/shared/release/phase/CheckoutProjectFromScm.java
Outdated
Show resolved
Hide resolved
...elease-manager/src/main/java/org/apache/maven/shared/release/phase/RunPerformGoalsPhase.java
Show resolved
Hide resolved
...lease-manager/src/main/java/org/apache/maven/shared/release/phase/AbstractRunGoalsPhase.java
Show resolved
Hide resolved
maven-release-plugin/src/it/projects/perform/MRELEASE-818/verify.groovy
Outdated
Show resolved
Hide resolved
...se-manager/src/main/java/org/apache/maven/shared/release/phase/AbstractMapVersionsPhase.java
Outdated
Show resolved
Hide resolved
{ | ||
// logging arguments may log secrets: should be activated only on dryRun | ||
logInfo( result, " with additional arguments: " + additionalArguments ); | ||
logInfo( result, " with additional arguments: " | ||
+ ( additionalArguments == null ? "(none)" : additionalArguments ) ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stupid question: Can this string be empty?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it happens
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then the test should include null and empty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, ITs pass. Only two open questions left.
https://issues.apache.org/jira/browse/MRELEASE-1097
test with