Bug#949010: maven: Add support for maven wrapper completion

2020-01-15 Thread Jiri Pejchal
Package: maven Version: 3.6.2-1 Followup-For: Bug #949010 Dear Maintainer, sorry, the correct line for maven wrapper completion should be: complete -o default -o nospace -F _mvn mvn mvnDebug mvnw Jiri Pejchal -- System Information: Debian Release: bullseye/sid APT prefers unstable APT po

Bug#949010: maven: Add support for maven wrapper completion

2020-01-15 Thread Jiri Pejchal
Package: maven Version: 3.6.2-1 Severity: wishlist Dear Maintainer, it would be nice if the packaged bash completion had support for maven wrapper[1] - i.e., "./mvnw" had the same completion as "mvn". The following works for me: complete -o default -o nospace -F _mvn mvn mvnDebug mvnw ./mvnw J