-
Notifications
You must be signed in to change notification settings - Fork 50
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
Write jnigen_maven_downloads.json to maven directories, and only rerun maven when required. #742
Comments
To be more elaborate, maven doesn't re-download from the internet every time. It has a local cache in Possible design:
{
"comment": "This file avoids the need to invoke maven every time, which can be slow. Delete this file to force refresh"
"downloaded_on": "date"
"source_deps": [""]
"jar_deps": [""]
} TODO: InvalidationRe-download is triggered when: conservative caching:
aggressive caching:
Other criteria to invalidate: (can be used in conjunction)
TODO: Manual invalidation
or
|
cc: @dcharkes |
I think there is a case to be made to completely remove maven support from jnigen's main workflow. We might instead add some helper scripts like Closing this. |
maven commands take significant time in tests. So why not
The text was updated successfully, but these errors were encountered: