maven.dependency.enableConflictDiagnostics |
Specify whether to show diagnostics for conflict dependencies. |
true |
maven.excludedFolders |
Specifies file path pattern of folders to exclude while searching for Maven projects. |
[ "**/.*", "**/node_modules", "**/target", "**/bin", "**/archetype-resources" ] |
maven.executable.preferMavenWrapper |
Specifies whether you prefer to use Maven wrapper. If true, it tries using 'mvnw' by walking up the parent folders. If false, or 'mvnw' is not found, it tries 'mvn' in PATH instead. |
true |
maven.executable.path |
Specifies absolute path of your 'mvn' executable. When this value is empty, it tries using 'mvn' or 'mvnw' according to the value of 'maven.executable.preferMavenWrapper'. E.g. /usr/local/apache-maven-3.6.0/bin/mvn |
|
maven.executable.options |
Specifies default options for all mvn commands. E.g. -o -DskipTests |
|
maven.explorer.projectName |
Format of project node name shown in Maven explorer. |
${project.name} |
maven.projectOpenBehavior |
"Default method of opening newly created project. |
"Interactive" |
maven.pomfile.autoUpdateEffectivePOM |
Specifies whether to update effective-pom automatically whenever changes detected. |
false |
maven.pomfile.globPattern |
Specifies the glob pattern used to look for pom.xml files. |
**/pom.xml |
maven.pomfile.prefetchEffectivePom |
Specifies whether to prefetch effective pom on startup. |
false |
maven.terminal.customEnv |
Specifies an array of environment variable names and values. These environment variable values will be added before Maven is executed. environmentVariable: Name of the environment variable to set. value: Value of the environment variable to set. |
[] |
maven.terminal.favorites |
Specify pre-defined favorite commands to execute. alias: A short name for the command. command: Content of the favorite command. |
[] |
maven.view |
Specifies the way of viewing Maven projects. Possible values: flat, hierarchical. |
flat |
maven.settingsFile |
Specifies the absolute path of Maven settings.xml file. If not specified, ~/.m2/settings.xml is used. |
null |
maven.showInExplorerContextMenu |
If this value is true, add a command to create Maven Projects in the Explorer context menu for folders. |
true |