Skip to content

Commit 701d0b7

Browse files
committed
Add support for Maven Wrapper Plugin goals
Fixes juven#107
1 parent 216cd66 commit 701d0b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bash_completion.bash

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ _mvn()
192192
local plugin_goals_spring_boot="spring-boot:run|spring-boot:repackage"
193193
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"
194194
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"
195+
local plugin_goals_wrapper="wrapper:wrapper|wrapper:help"
195196
local plugin_goals_formatter="formatter:format|formatter:help|formatter:validate"
196197

197198
## some plugin (like jboss-as) has '-' which is not allowed in shell var name, to use '_' then replace

0 commit comments

Comments
 (0)