Skip to content

Question: use maven wrapper in Eclipse #1273

Answered by laeubi
tivervac asked this question in Q&A
Discussion options

You must be logged in to vote

I wonder whether it's possible to use maven wrapper in Eclipse - instead of m2e's embedded maven - to handle all maven operations?

No.

Some internet resources seem to say that you can use maven wrapper, but that dependency resolution will always happen through the embedded maven

That's not whats said there. Technically it is impossible as it would require to recompile the m2e code on the fly and reload your eclipse, that's why it is called embedded maven. You can only control the maven version used to launch external maven runs.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tivervac
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1271 on February 27, 2023 15:27.