fabric8-analytics-vscode-extension
fabric8-analytics-vscode-extension copied to clipboard
[BUG] Open report doesn't use maven wrapper
Describe the bug I tested the extension on a machine that doesn't have Maven installed globally. I have a project that has the mvnw wrapper instead. When clicking on the report icon in the status bar, I got an ugly error
To Reproduce Steps to reproduce the behavior:
- don't have Maven installed globally
- open maven project using a mvnw wrapper
- click on the report icon
- See error
Expected behavior Opening the report should favor using the wrapper if it exists, before using the global mvn command
Screenshots

VSCode(please complete the following information):
- OS: Win 10
- VSCode version 1.60.2
- Dependency Analytics Version 0.3.3
It would be nice if it would honor "maven.executable.preferMavenWrapper": true