Olivier Lamy

Results 337 comments of Olivier Lamy

This has been done for one test https://github.com/jetty/jetty.project/blob/e9d61a16862f18d4c20f422e490e27e66c38d684/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DisableUrlCacheTest.java#L125 but no general solution yet. I would prefer a solution from the distribution test framework because, with your proposal, we need to...

If I understand correctly, all of this is for being able to use the cache with `mvn compile`? Why not `test-compile`?

this is actually per design see documentation https://github.com/apache/maven-build-cache-extension/blob/21d9bef261c2a6497ddab2911e998f6aa6bbcec3/src/site/markdown/usage.md?plain=1#L20

> This caused Maven to warn about files being 'more recent than the packaged artifact' even after running mvnw verify. how do you have this error? is it possible to...