Skip to content
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

Should print resolved timestamp when downloading stubs via Aether and version is SNAPSHOT #2127

Open
jakub-bochenski opened this issue Jul 10, 2024 · 0 comments

Comments

@jakub-bochenski
Copy link
Contributor

Is your feature request related to a problem? Please describe.
This would be nice to make sure you are executing the expected version of contracts.

Describe the solution you'd like
Now I see something like:

[INFO] Download dependency is provided - will retrieve contracts from a remote location
[INFO] Will download stubs and contracts via Aether
[INFO] Resolved version is [1.0.0-SNAPSHOT]
[INFO] Resolved artifact [com.example.contracts:service:jar:stubs:1.0.0-SNAPSHOT] to /tmp/aether-local16163885555740357167/com/example/contracts/service/1.0.0-SNAPSHOT/service-1.0.0-SNAPSHOT-stubs.jar

I'd like it to say that 1.0.0-SNAPSHOT resolved to 1.0.0-20240710.133909-10 etc.

Describe alternatives you've considered
Could try inspecting the files under /tmp not sure if maven metadata is even there. You have to have access to the files though, while you might only see the build log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants