Bukama commented on PR #363: URL: https://github.com/apache/maven-help-plugin/pull/363#issuecomment-4753437999
As for reference I get the same output as GHA with current SNAPSHOT (Win 11, Java 25) ``` [INFO] Build Summary: [INFO] Passed: 32, Failed: 1, Errors: 0, Skipped: 2 [INFO] ------------------------------------------------- [ERROR] The following builds failed: [ERROR] * evaluate-artifact-with-expression-with-output\pom.xml [INFO] ------------------------------------------------- [WARNING] The following builds were skipped: [WARNING] * evaluate-forceStdout\pom.xml [WARNING] * evaluate-settings-servers\pom.xml [INFO] ------------------------------------------------- [INFO] -------------------------------------------------------------------------------------------------------------------------- [INFO] BUILD FAILURE [INFO] -------------------------------------------------------------------------------------------------------------------------- [INFO] Total time: 01:59 min [INFO] Finished at: 2026-06-19T18:54:40+02:00 ``` According the build.log we have a resolving issue > Suppressed: org.eclipse.aether.resolution.ArtifactResolutionException: Failed to resolve artifact org.apache.maven.plugins:maven-help-plugin:pom:3.5.1 What I find curious about this is that it tries to resolve `3.5.1` while the project version is `3.5.2-SNAPSHOT` - I would have expected that it resolves the SNAPSHOT-verison. -- 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]
