Skip to content

Commit

Permalink
Add support for maven spotbugs plugin (#100)
Browse files Browse the repository at this point in the history
Fixes #99
  • Loading branch information
jiri-pejchal authored Apr 21, 2020
1 parent 2699bb7 commit 216cd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash_completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ _mvn()
local plugin_goals_site="site:site|site:deploy|site:run|site:stage|site:stage-deploy"
local plugin_goals_sonar="sonar:sonar|sonar:help"
local plugin_goals_source="source:aggregate|source:jar|source:jar-no-fork"
local plugin_goals_spotbugs="spotbugs:spotbugs|spotbugs:check|spotbugs:gui|spotbugs:help"
local plugin_goals_surefire="surefire:test"
local plugin_goals_tomcat6="tomcat6:help|tomcat6:run|tomcat6:run-war|tomcat6:run-war-only|tomcat6:stop|tomcat6:deploy|tomcat6:redeploy|tomcat6:undeploy"
local plugin_goals_tomcat7="tomcat7:help|tomcat7:run|tomcat7:run-war|tomcat7:run-war-only|tomcat7:deploy|tomcat7:redeploy|tomcat7:undeploy"
Expand Down

0 comments on commit 216cd66

Please sign in to comment.