metteo opened a new issue, #183: URL: https://github.com/apache/maven-toolchains-plugin/issues/183
### Affected version 3.2.0 ### Bug description Old toolchain goal was warning about empty config: [ToolchainMojo.java:77](https://github.com/apache/maven-toolchains-plugin/blob/7318c8874d46417065139bd8a6ede47511526799/src/main/java/org/apache/maven/plugins/toolchain/ToolchainMojo.java#L77): `getLog().warn("No toolchains requirements configured.");` Maybe the new goal should do something similar. Right now it just silently exits. Found it after mixing old goal configuration with the new select- goal. Maybe it could be beneficial to parse old configuration in the new goal as a fallback? -- 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]
