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

Dear authors, Your project looks very promising, I have always been lacking such an optimization while working on Java projects. It could be very nice if Intellij would be able...

``` org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Unable to create new sync context at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:120) at org.apache.maven.cli.DaemonMavenCli.execute(DaemonMavenCli.java:805) at org.apache.maven.cli.DaemonMavenCli.doMain(DaemonMavenCli.java:240) at org.apache.maven.cli.DaemonMavenCli.main(DaemonMavenCli.java:218) at org.mvndaemon.mvnd.daemon.Server.handle(Server.java:573) at org.mvndaemon.mvnd.daemon.Server.client(Server.java:262) at org.mvndaemon.mvnd.daemon.Server.accept(Server.java:230) at java.base/java.lang.Thread.run(Thread.java:831) Caused by: java.lang.RuntimeException:...

Hi, 1. I wonder if a mvndw is planned with a correct option parsing (maven one is not yet) which would enable to replace mvnw in script to benefit mvnd....

In some contexts you have to configure MAVEN_HOME property to indicate which maven to use, for example on Apache Netbeans IDE you have to choose directory to use to run...

``` git clone [email protected]:eclipse-m2e/m2e-core.git cd m2e-core/m2e-maven-runtime mvnd clean install # still ok cd .. mvnd clean package -DskipTests ``` Now seemingly nothing happens, but `CRTL-B` reveals that there is an...

I was just building Quarkus with `mvnd` when I just wanted to check the `mvnd` options so I ran `mvnd --help` in another terminal. I was surprised that a new...

enhancement

Hi all, Is it possible to get some versioning policy around mvnd. Statements I would expect are: 1. is it using semver (if not what does mean major/minor/patch) 2. how...

Hi, I ran a md5sum check test between 2000+ real projects built by mvnd-0.4.1 and apache-maven, and glad to say that mvnd build successfully passed most check tests. 5 projects...

``` $ mvnd install -Dmvnd.noDaemon=true Exception in thread "main" java.lang.UnsupportedOperationException: The mvnd.noDaemon property is not supported in native mode. at org.mvndaemon.mvnd.client.DaemonConnector.connectNoDaemon(DaemonConnector.java:126) at org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:93) at org.mvndaemon.mvnd.client.DefaultClient.execute(DefaultClient.java:245) at org.mvndaemon.mvnd.client.DefaultClient.main(DefaultClient.java:112) ``` Would be...

enhancement

I need to get a list of dependencies for my project: ```bash mvnd dependency:tree > out ``` This ran super fast, because `mvnd` is awesome, but it didn't show me...

enhancement