Skip to content

Commit 08cb3bb

Browse files
committed
Add formatter:validate goal
Signed-off-by: Manfred Moser <mmoser@apache.org> Signed-off-by: Manfred Moser <manfred@simpligility.com>
1 parent 30c4f91 commit 08cb3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ _mvn()
191191
local plugin_goals_spring_boot="spring-boot:run|spring-boot:repackage"
192192
local plugin_goals_jgitflow="jgitflow:feature-start|jgitflow:feature-finish|jgitflow:release-start|jgitflow:release-finish|jgitflow:hotfix-start|jgitflow:hotfix-finish|jgitflow:build-number"
193193
local plugin_goals_wildfly="wildfly:add-resource|wildfly:deploy|wildfly:deploy-only|wildfly:deploy-artifact|wildfly:redeploy|wildfly:redeploy-only|wildfly:undeploy|wildfly:undeploy-artifact|wildfly:run|wildfly:start|wildfly:shutdown|wildfly:execute-commands"
194-
local plugin_goals_formatter="formatter:format|formatter:help"
194+
local plugin_goals_formatter="formatter:format|formatter:help|formatter:validate"
195195

196196
## some plugin (like jboss-as) has '-' which is not allowed in shell var name, to use '_' then replace
197197
local common_plugins=`compgen -v | grep "^plugin_goals_.*" | sed 's/plugin_goals_//g' | tr '_' '-' | tr '\n' '|'`

0 commit comments

Comments
 (0)