-
Notifications
You must be signed in to change notification settings - Fork 16
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
Respect setting of M2_HOME or MAVEN_OPTS #99
Comments
I've been digging into this. Independent of jgo, here's what doesn't work:
And here's what does work:
On the jgo side, I haven't tested thoroughly yet, but looking at the code, it seems very unlikely that overriding the So to fix this properly, I guess we need to change jgo to build a |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/fiji-friends-weekly-dev-update-thread/103718/31 |
jgo (at least when launched via Python:
python -m jgo
) currently doesn't respect when the environment variablesM2_HOME
orMAVEN_OPTS
are set.We currently default to this:
jgo/src/jgo/jgo.py
Lines 430 to 434 in 89d20d1
Maybe we can do something similar to handling the JGO_CACHE_DIR variable?
jgo/src/jgo/jgo.py
Lines 726 to 729 in 89d20d1
Related: #57.
The text was updated successfully, but these errors were encountered: