-
Notifications
You must be signed in to change notification settings - Fork 234
Configurable maven install directory #17
Comments
Where would you like it and how would you like to specify it? |
we have a conventions to cache this kind of artifacts under top parent's .external-resources. at jenkins top level parent directory is ${WORKSPACE} |
Yes, but how would you specify this so that the wrapper understands. An envar? |
env var sounds reasonable. |
|
we now have an env var called MVNW_VERBOSE... if you want to do something similar for the install feel free to send a PR @dantran ;-) |
I scrutinized the source code and solved this by setting the MAVEN_USER_HOME environment variable. I am working on Azure: |
I added this to the README docs now. |
My CI env does not allow the build to use its home directory, and maven wrapper is current unpack maven under ~/.m2
The text was updated successfully, but these errors were encountered: