desruisseaux opened a new pull request, #1733: URL: https://github.com/apache/maven/pull/1733
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
