helidon-io / helidon-build-tools

Build tools for the Helidon Project
https://helidon.io
Apache License 2.0
35 stars 35 forks source link

Make build-cache-maven-extension IT tests version insensitive #1062

Closed romain-grecourt closed 3 months ago

romain-grecourt commented 3 months ago

Update IT tests in build-cache-maven-extension to be version insensitive.

New tests added in #1061 do test deploy layout which depends on the project version. However the project used in the test poms was the same as the build-tools version, making the test fail during release.

The fix is to use a separate version as there is no reason to use the actual build-tools version.