fabric8-analytics-vscode-extension icon indicating copy to clipboard operation
fabric8-analytics-vscode-extension copied to clipboard

Add an option to run mvnd

Open fbricon opened this issue 4 years ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe. mvnd is a Maven daemon, similar to the Gradle daemon. It basically allows running Maven commands in a warmed-up JVM, so the JVM start-up cost is eliminated, making it very fast to respond.

It'd be nice to be able to configure the extension to run mvnd instead of mvn(w)

Describe the solution you'd like Provide a setting for running mvnd instead of mvn(w) Provide a setting for setting the path to the mvnd executable

Additional context I'm sure @ppalaga will be happy to provide more guidance on mvnd ;-)

fbricon avatar May 10 '21 17:05 fbricon