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

More readable formatting of the warning about automatic modules #1733

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

desruisseaux
Copy link
Contributor

When Maven detects a non-modular JAR file on the module path, it produces a warning. However, the warning is currently not very readable. The message and all dependencies are put on the same line, and a space is missing between the last dependency and the rest of the message. This commit splits the message with each dependency on its own line.

Note: the relevance of this warning is questionable. This commit does not address the issue about whether we should just completely remove it.

… a project having auto-named dependencies.

Note: this warning is questionable. Should it be removed?
@gnodet gnodet added this to the 4.0.0-beta-5 milestone Sep 30, 2024
@gnodet gnodet merged commit 8f34ea4 into apache:master Sep 30, 2024
13 checks passed
@desruisseaux desruisseaux deleted the fix/automatic-modules-message branch October 25, 2024 19:05
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.

2 participants