Skip to content

Commit 8476bef

Browse files
snjezargrunber
authored andcommitted
Add java.configuration.maven.defaultMojoExecutionAction
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
1 parent 9637799 commit 8476bef

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ The following settings are supported:
225225

226226
New in 1.15.0
227227
* `java.import.maven.disableTestClasspathFlag` : Enable/disable test classpath segregation. When enabled, this permits the usage of test resources within a Maven project as dependencies within the compile scope of other projects. Defaults to `false`.
228+
* `java.configuration.maven.defaultMojoExecutionAction` : Specifies default mojo execution action when no associated metadata can be detected. Defaults to `ignore`.
228229

229230
Semantic Highlighting
230231
===============

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,18 @@
404404
"description": "Specifies severity if the plugin execution is not covered by Maven build lifecycle.",
405405
"scope": "window"
406406
},
407+
"java.configuration.maven.defaultMojoExecutionAction": {
408+
"type": "string",
409+
"enum": [
410+
"ignore",
411+
"warn",
412+
"error",
413+
"execute"
414+
],
415+
"default": "ignore",
416+
"description": "Specifies default mojo execution action when no associated metadata can be detected.",
417+
"scope": "window"
418+
},
407419
"java.configuration.workspaceCacheLimit": {
408420
"type": [
409421
"null",

0 commit comments

Comments
 (0)