Skip to content

Commit 216cd66

Browse files
authoredApr 21, 2020
Add support for maven spotbugs plugin (#100)
Fixes #99
1 parent 2699bb7 commit 216cd66

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
@@ -180,6 +180,7 @@ _mvn()
180180
local plugin_goals_site="site:site|site:deploy|site:run|site:stage|site:stage-deploy"
181181
local plugin_goals_sonar="sonar:sonar|sonar:help"
182182
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"
183184
local plugin_goals_surefire="surefire:test"
184185
local plugin_goals_tomcat6="tomcat6:help|tomcat6:run|tomcat6:run-war|tomcat6:run-war-only|tomcat6:stop|tomcat6:deploy|tomcat6:redeploy|tomcat6:undeploy"
185186
local plugin_goals_tomcat7="tomcat7:help|tomcat7:run|tomcat7:run-war|tomcat7:run-war-only|tomcat7:deploy|tomcat7:redeploy|tomcat7:undeploy"

0 commit comments

Comments
 (0)
Please sign in to comment.