Replies: 2 comments 1 reply
-
There is no such support and due to the way So main question would be what particular options you are interested in, if you want you can start eclipse itself with these options and they are picket up then by m2e.
The only way a |
Beta Was this translation helpful? Give feedback.
-
The
But that does not necessarily mean that I want those settings "on" all the time, but only when I'm working on that specific project which has the file put and executing code :). As m2e takes usually care that maven projects are properly setup to run in eclipse, I thought that would include it. But as you explained it's the launcher. So that would mean m2e would have to bring in the settings from there to every execution that creates a separate jvm to apply it properly, right? Like running tests etc. I see that this will be hard to do without maybe breaking other things. But could be just an option for guys that know what it does :D. |
Beta Was this translation helpful? Give feedback.
-
Is there support for ".mvn/jvm.config" in Eclipse?
I tried to put some options there but they don't seem to be picked up.
Is there a possibility to add it?
Eclipse Env:
-JDK 17
Beta Was this translation helpful? Give feedback.
All reactions