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 (Maven 3.3.9) |
When enabled, it uses the Maven installation embedded in Anypoint Studio. |
Enabled |
Maven Installation home directory |
The directory of your local Maven installation. |
/usr/local/Cellar/maven/3.3.9/libexec |
Override user settings path |
When selected, this option overrides Studio default user settings.xml path. |
unselected |
Override global settings path |
When selected, this option overrides Studio default global settings.xml path. |
unselected |
Override Maven Local Repository Location |
When selected, this option overrides Studio default local repository location. |
unselected |
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 |