vscode-maven icon indicating copy to clipboard operation
vscode-maven copied to clipboard

It's not clear how plugin does download of dependencies without maven installed

Open efcjunior opened this issue 1 year ago • 2 comments

Hi

I've not found any information how this plugin makes the download without maven installed and without maven wrapper in root folder.

My VS CODE has only the Maven For Java plugin installed and when I import a simple Maven project, it starts the download of dependencies into .m2 directory. However, if I try execute any lifecycle task through the plugin, then I got an error advising me it didn't find maven.

So, if it does not exist maven, how can it make download of dependencies?

Thanks.

efcjunior avatar Jul 27 '23 13:07 efcjunior