hboutemy opened a new issue, #11973:
URL: https://github.com/apache/maven/issues/11973
### Affected version
4.0.0-RC-5
### Bug description
maven-toolchain-plugin IT failure:
```
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 6, Failed: 1, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[ERROR] The following builds failed:
[ERROR] * use-custom-toolchain/pom.xml
[INFO] -------------------------------------------------
```
```
Caused by: java.lang.NoSuchMethodError: 'void
org.apache.maven.toolchain.DefaultToolchain.<init>(org.apache.maven.toolchain.model.ToolchainModel,
java.lang.String, org.codehaus.plexus.logging.Logger)'
at
org.apache.maven.plugins.toolchains.its.custom.CustomToolchainImpl.<init>(CustomToolchainImpl.java:37)
at
org.apache.maven.plugins.toolchains.its.custom.CustomToolchainFactory.createToolchain(CustomToolchainFactory.java:61)
at
org.apache.maven.toolchain.ToolchainManagerFactory$2.createToolchain(ToolchainManagerFactory.java:142)
at
org.apache.maven.impl.DefaultToolchainManager.createToolchain(DefaultToolchainManager.java:106)
```
caused by #562
--
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]