Skip to content

Commit 67eac47

Browse files
committed
fix: added '--activate-profiles' to the profile handler
1 parent 0570084 commit 67eac47

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
@@ -198,7 +198,7 @@ _mvn()
198198
if [[ ${cur} == -D* ]] ; then
199199
COMPREPLY=( $(compgen -S ' ' -W "${options}" -- ${cur}) )
200200

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

0 commit comments

Comments
 (0)