Currently, I have added following lines in the beginning of do_stop() function to get around this issue -
SERVICEPID = $(pgrep -f -o "{{{project.artifactId}}}")
pkill -P $SERVICEPID
I can create a pull request if you find this correct. Also, if you think this is not an issue and there is some mistake on my part, please do tell.
Currently, I have added following lines in the beginning of do_stop() function to get around this issue -
I can create a pull request if you find this correct. Also, if you think this is not an issue and there is some mistake on my part, please do tell.