s-rwe commented on PR #615: URL: https://github.com/apache/maven-surefire/pull/615#issuecomment-1461672926
> very strange ... when I build from master I have different plugin versions: > > ``` > INFO] --- jar:3.3.0:jar (default-jar) @ maven-failsafe-plugin --- > [INFO] Building jar: /Users/slawomir.jaranowski/repos/apache/maven-surefire/maven-failsafe-plugin/target/maven-failsafe-plugin-3.0.0-M10-SNAPSHOT.jar > [INFO] > [INFO] --- plugin:3.7.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-failsafe-plugin --- > [INFO] > [INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ maven-failsafe-plugin --- > [INFO] Skipping because packaging 'maven-plugin' is not pom. > [INFO] > [INFO] --- invoker:3.3.0:install (pre-its) @ maven-failsafe-plugin --- > ``` > > `maven-invoker-plugin` in my build is `3.3.0` in your `3.2.2` > > so I assume that you have not actual code in your workspace > > Please rebase and resolve conflicts. I'd rebase the branch of this PR once I'm able to run the ITs in some form (as said that's not working on master either for me at all, would need to sort this out first). And for running the ITs, I tried the same command again on latest master state (2709f76c), same result / same failure. I also tried running it again with `maven-invoker-plugin` explicitly set to `3.3.0` in case that would help (i.e. manually by changing `maven-failsafe-plugin/pom.xml`) -> while I do see that maven picks the changed plugin version up with this, yet again, same result / same failure... :/ Can this be related to the maven version? -- 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]
