PLC4X Maven 4 update - invoker plugin
Sebastian Rühl <[email protected]> Tue, 11 Nov 2025 09:37:20 -0000
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <[email protected]> |
With the switch to maven 4.0.0-rc-4 plc4x fails due to the invoker-plugin not being able to find a artifact in the reactor. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.9.1:install (before:integration-test) on project plc4x-code-generation-language-c: The following artifacts could not be resolved: org.apache.plc4x:plc4x-code-generation:pom: (absent): org.apache.plc4x:plc4x-code-generation:pom: was not found in https://repository.apache.org/content/repositories/releases during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of apache-releases has elapsed or updates are forced -> [Help 1] ``` `<installAtEnd>false</installAtEnd>` doesn't seem to help `<deployAtEnd>false</deployAtEnd>`. Current PR for that is https://github.com/apache/plc4x/pull/2337. If anyone could chime in that would be awesome - Sebastian