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

Apache Maven Daemon

Results 215 maven-mvnd issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/23331838/167236120-d85c71cb-fe6c-4132-b4de-82bc6eaacb5f.png)

After few weeks of using this excellent utility, it suddenly stopped working. Reinstallation did not help. $ java -version java version "1.8.0_311" Java(TM) SE Runtime Environment (build 1.8.0_311-b11) Java HotSpot(TM)...

bug

When I inputmvnd -v, I get an error, how do I fix it? Screenshot ![image](https://user-images.githubusercontent.com/49888630/167240976-b4c5f0e3-6ee7-400d-84b1-587caeab2f66.png) Log message `Error occurred during initialization of VM , Could not reserve enough space for...

currently, when doing `cd native ; make native-all`, we see that on the 14 native libs built and stored in `src/main/resources/org/mvndaemon/mvnd/nativ/`, 11 are not reproducible = each run gives a...

We can find classes like: https://github.com/apache/maven-mvnd/blob/master/daemon/src/main/java/org/mvndaemon/mvnd/plugin/CliMavenPluginManager.java Where we have comments: > This file is based on maven DefaultMavenPluginManager and changed in order > to better support parallel builds. See https://github.com/mvndaemon/mvnd/issues/310...

mvnd version: 0.8.0 ``` 09:04:15.324 I Dispatch message: ProjectLogMessage{projectId='xxxxxxxxxxxxxxxx', message='[INFO] [stdout] Generating code...'} 09:04:15.324 D Expiration check running 09:04:15.341 D Storing daemon stop event: after the daemon was no longer...

For Windows users it would be very convenient to ship mvnd via [choco](https://chocolatey.org/). jbang already has a choco package, so this might be a good inspiration.

help wanted
windows

Hi: It is a good tool. but how to use it in Idea? now i can only run in terminal :D I had thought of using alias mvn to mvnd,...

The same command is executed successfully for the first time but is abnormal when it is executed again. Two command execution console outputs are as follows: ```shell ➜ goldenriver-drc git:(master)...

waiting for feedback

Currently, `mvnd --stop` will stop all background tasks. We should, like `ssh -O` option's behavior: * use `mvnd --stop` as "request the master to stop accepting further request" * use...