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

display-dependency/plugin/property-updates: Make terminal width configurable #563

Closed
stefanseifert opened this issue Feb 17, 2022 · 0 comments · Fixed by #564
Closed

display-dependency/plugin/property-updates: Make terminal width configurable #563

stefanseifert opened this issue Feb 17, 2022 · 0 comments · Fixed by #564
Assignees

Comments

@stefanseifert
Copy link
Contributor

currently the goals display-dependency-updates, display-plugin-updates and display-property-updates produced formatted output of version lists which fits nicely into a 80 characters terminal window. however, nowadays terminal windows are usually much bigger.

if the output lists dependency with long artifact names the line is split into two lines - and if the output is filtered e.g. with grep the actual version information is cut off in another line.

we should keep the current behavior as default, but make the "target terminal width" size configurable to support widths > 80 chars.

example of the problem when using grep:

$ mvn versions:display-dependency-updates | grep conga.definition
[INFO]   io.wcm.devops.conga.definitions:io.wcm.devops.conga.definitions.aem ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant