Skip to content
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

Merged
merged 5 commits into from May 29, 2022

Conversation

hboutemy
Copy link
Member

@hboutemy hboutemy commented May 29, 2022

https://issues.apache.org/jira/browse/MRELEASE-1097

test with

mvn org.apache.maven.plugins:maven-release-plugin:3.0.0-M6-SNAPSHOT:prepare -DdryRun
mvn org.apache.maven.plugins:maven-release-plugin:3.0.0-M6-SNAPSHOT:perform -DdryRun

@hboutemy hboutemy requested a review from michael-o May 29, 2022 14:41
{
// 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 ) );
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, it happens

Copy link
Member

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.

Copy link
Member

@michael-o michael-o left a 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.

@hboutemy hboutemy merged commit 6f9c8b7 into master May 29, 2022
@hboutemy hboutemy deleted the MRELEASE-1097 branch May 29, 2022 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants