You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bash_completion.bash
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,7 @@ _mvn()
183
183
local plugin_goals_spring_boot="spring-boot:run|spring-boot:repackage"
184
184
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"
185
185
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"
186
+
local plugin_goals_scala="scala:add-source|scala:cc|scala:cctest|scala:compile|scala:console|scala:doc|scala:doc-jar|scala:help|scala:run|scala:script|scala:testCompile"
186
187
187
188
## some plugin (like jboss-as) has '-' which is not allowed in shell var name, to use '_' then replace
188
189
local common_plugins=`compgen -v | grep "^plugin_goals_.*"| sed 's/plugin_goals_//g'| tr '_''-'| tr '\n''|'`
0 commit comments