The user.home directory is the home directory used by Maven to saved all maven configurations.
You can change the user home by setting the user.home system property
export MAVEN_OPTS "-Duser.home=C:\Dropbox\config\Maven"