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

Add missing whitespace to output of reserve-network-port #101

Merged

Conversation

albers
Copy link
Contributor

@albers albers commented Oct 5, 2020

The log message of the reserve-network-port goal has no whitespace between the literal "Port assigned" and the port number.

Example output without this change:

[INFO] --- build-helper-maven-plugin:3.2.0:reserve-network-port (reserve-network-port) @ some-module ---
[INFO] Port assigned20993

With this change:

[INFO] --- build-helper-maven-plugin:3.2.0:reserve-network-port (reserve-network-port) @ some-module ---
[INFO] Port assigned 20993

Signed-off-by: Harald Albers <github@albersweb.de>
@stefanseifert stefanseifert added this to the 3.3.0 milestone Oct 7, 2020
Copy link
Collaborator

@stefanseifert stefanseifert left a comment

Choose a reason for hiding this comment

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

lgtm - thanks

@stefanseifert stefanseifert merged commit a642b0c into mojohaus:master Oct 7, 2020
@albers albers deleted the reserve-network-port-whitespace branch October 7, 2020 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants