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
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,7 @@ _mvn()
180
180
local plugin_goals_site="site:site|site:deploy|site:run|site:stage|site:stage-deploy"
181
181
local plugin_goals_sonar="sonar:sonar|sonar:help"
182
182
local plugin_goals_source="source:aggregate|source:jar|source:jar-no-fork"
183
+
local plugin_goals_spotbugs="spotbugs:spotbugs|spotbugs:check|spotbugs:gui|spotbugs:help"
183
184
local plugin_goals_surefire="surefire:test"
184
185
local plugin_goals_tomcat6="tomcat6:help|tomcat6:run|tomcat6:run-war|tomcat6:run-war-only|tomcat6:stop|tomcat6:deploy|tomcat6:redeploy|tomcat6:undeploy"
185
186
local plugin_goals_tomcat7="tomcat7:help|tomcat7:run|tomcat7:run-war|tomcat7:run-war-only|tomcat7:deploy|tomcat7:redeploy|tomcat7:undeploy"
0 commit comments