cstamas commented on PR #442: URL: https://github.com/apache/maven-build-cache-extension/pull/442#issuecomment-5038612407
So, IMHO the cause was following: for some reason, the "what is this extension compiled again (maven)" was moving target, while the resolver dependencies were not. My PR https://github.com/apache/maven-build-cache-extension/pull/509 fixed this: it fixed "maven compiled against" (same for resolver, as those two are tied), and then it runs ITs with 3.9, 3.10 and 4 (in fact, 4-rc-5 fails, so we are waiting for 4-rc-6). So, whenever a profile was used, that changes Maven from 4 to 3 (or vice versa), the _resource should have been changed too, from 1.x to 2.x_, but it did not happen. Project was IMHO wrongly setup, am unsure why targeted Maven was moving target at all. -- 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]
