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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,7 @@ _mvn()
169
169
local plugin_goals_properties="properties:read-project-properties|properties:write-project-properties|properties:write-active-profile-properties|properties:set-system-properties"
170
170
local plugin_goals_release="release:clean|release:prepare|release:rollback|release:perform|release:stage|release:branch|release:update-versions"
171
171
local plugin_goals_repository="repository:bundle-create|repository:bundle-pack|repository:help"
172
+
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"
172
173
local plugin_goals_scm="scm:add|scm:checkin|scm:checkout|scm:update|scm:status"
173
174
local plugin_goals_site="site:site|site:deploy|site:run|site:stage|site:stage-deploy"
174
175
local plugin_goals_sonar="sonar:sonar|sonar:help"
@@ -184,7 +185,6 @@ _mvn()
184
185
local plugin_goals_spring_boot="spring-boot:run|spring-boot:repackage"
185
186
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"
186
187
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"
187
-
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"
188
188
189
189
## some plugin (like jboss-as) has '-' which is not allowed in shell var name, to use '_' then replace
190
190
local common_plugins=`compgen -v | grep "^plugin_goals_.*"| sed 's/plugin_goals_//g'| tr '_''-'| tr '\n''|'`
0 commit comments