We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0570084 commit 67eac47Copy full SHA for 67eac47
bash_completion.bash
@@ -198,7 +198,7 @@ _mvn()
198
if [[ ${cur} == -D* ]] ; then
199
COMPREPLY=( $(compgen -S ' ' -W "${options}" -- ${cur}) )
200
201
- elif [[ ${prev} == -P ]] ; then
+ elif [[ ${prev} == -P || ${prev} == --activate-profiles ]] ; then
202
local profiles="${profile_settings}|"
203
for item in ${POM_HIERARCHY[*]}
204
do
0 commit comments