
Maven Preferences Reference
Anypoint Studio allows you to customize your preferences for working with Maven.

Preference | Description | Default Value |
---|---|---|
Display runtime version not available warnings |
When enabled, it warns you when the runtime version configured in your pom.xml file is different than the one configured in your project. |
Enabled |
Use embedded Maven installation |
When enabled, it uses the Maven installation embedded in Anypoint Studio. |
Enabled |
Maven installation home directory |
The directory of your local Maven installation. |
Empty |
Override settings security path |
When selected, this option overrides Studio default settings_security.xml path. |
Disabled |
Override Maven local repository location |
When selected, this option overrides Studio default local repository location. |
Disabled |
MAVEN_OPTS environment variable |
MAVEN_OPTS contains parameters to start up the JVM or to pass memory options to Maven before it runs. |
Empty |
Base command line for builds |
The Maven command to execute every time you run your Mule project in your local machine. |
mvn clean package -nsu -DskipMunitTests |