-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
native.image.path have absolute path in generated pom #33630
Comments
I don't really understand this, the file is in the To be honest, these build scan results aren't looking to useful... |
I think it's worth fixing because the absolute path shouldn't be used anyway. I'll do it. |
@geoand by having absolute paths it is not cacheble. Meaning you will be required to build this even though no changes between builds. Thus by fixing this (or mark it on in this specific test the file is not important) everyone running with caching enabled can greatly reduce build times locally and in CI. Given that I do find the build scans useful :) |
🆗 |
Describe the bug
<native.image.path> is set to an absolute path in lots of pom.xml in
integration-tests/maven/target/test-classes
https://ge.quarkus.io/c/nk5vgua7gpx2u/k4ldeu42numus/goal-inputs?expanded=WyJ2YmRzbTZ5ZmYzeG55LWFubm90YXRpb25wcm9jZXNzb3JwYXRoIiwiMmI1NTRwNDJxbmV6bS1hbm5vdGF0aW9ucHJvY2Vzc29ycGF0aCIsImhsbDZsbWYydnZodjYtYW5ub3RhdGlvbnByb2Nlc3NvcnBhdGgiLCJobGw2bG1mMnZ2aHY2LWFubm90YXRpb25Qcm9jZXNzb3JQYXRoLTAtMCIsInR5bWNvcXM1bnNoZnktYW5ub3RhdGlvbnByb2Nlc3NvcnBhdGgiLCJ0eW1jb3FzNW5zaGZ5LWFubm90YXRpb25Qcm9jZXNzb3JQYXRoLTAtMCIsImU3dmx6b2xwbXptY28tYW5ub3RhdGlvbnByb2Nlc3NvcnBhdGgiLCI3YmR0bmxmdm03azZrLWFubm90YXRpb25wcm9jZXNzb3JwYXRoIiwiN2JkdG5sZnZtN2s2ay1hbm5vdGF0aW9uUHJvY2Vzc29yUGF0aC0xLTAiXQ#change-7bdtnlfvm7k6k-annotationProcessorPath-1-0-0
same for
integration-tests/kubernetes/maven-invoker-way/
:The text was updated successfully, but these errors were encountered: