Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
efcjunior opened this issue Jul 27, 2023 · 2 comments

Comments

@efcjunior
Copy link

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.

@testforstephen
Copy link
Contributor

when I import a simple Maven project, it starts the download of dependencies into .m2 directory.

This capability is not provided by vscode-maven, but done by redhat Java language support extension, which integrates an embedded m2e to handle maven downloading.

@efcjunior
Copy link
Author

This capability is not provided by vscode-maven, but done by redhat Java language support extension, which integrates an embedded m2e to handle maven downloading.

Thanks. The strange is when I remove the vscode-maven, the dependecies are not downloaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants