Table of Contents

Maven - user.home

About

The user.home directory is the home directory used by Maven to saved all maven configurations.

Configuration

You can change the user home by setting the user.home system property

export MAVEN_OPTS "-Duser.home=C:\Dropbox\config\Maven"
OSZAR »