Skip to content

Commit 1eddcbc

Browse files
committed
fix: added '--activate-profiles' to the profile handler
1 parent 0c5bc26 commit 1eddcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ _mvn()
196196
if [[ ${cur} == -D* ]] ; then
197197
COMPREPLY=( $(compgen -S ' ' -W "${options}" -- ${cur}) )
198198

199-
elif [[ ${prev} == -P ]] ; then
199+
elif [[ ${prev} == -P || ${prev} == --activate-profiles ]] ; then
200200
local profiles="${profile_settings}|"
201201
for item in ${POM_HIERARCHY[*]}
202202
do

0 commit comments

Comments
 (0)