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
trafficstars

Is it possibe to implement a continuous build in mvnd, like gradle: https://docs.gradle.org/current/userguide/command_line_interface.html#sec:continuous_build

The project looks promising and it would make a good argument to know the performance improvement of running the builds with mvnd and without. That allows the developers to quantify...

I have a custom settings.xml which points to our company nexus. On first start of the daemon, the settings get applied. Dependencies are downloaded from nexus. On subsequent uses of...

bug

My maven configuration contains private repositories, to which I connect passing credentials as follow: ```xml ... some-id ... some-id ... ... ``` With such a configuration, I regularly see 403...

bug

Hi, Wonder if you investigated some wider "daemon" scope for mvnd. I'm coming from surefire which is super slow when you have a lot of modules and a few tests...

If you try to use mvnd with a maven plugin that uses slf4j-log4j12, the build fails with ``` java.lang.IllegalStateException: Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path, preempting...

I'm currently trying mvnd, with very promising results in terms of build times, but some "usability" bugs which seem related to the communication with the terminal. In my case, Git...

Hi, I was wondering if we can use mvnd as a tool in `rtMaven` (https://www.jfrog.com/confluence/display/RTF5X/Working+With+Pipeline+Jobs+in+Jenkins) We use `rtMaven` as part of jenkins pipeline file written in groovy and it only...

I am using a corporate private Maven repository whose domain can only be resolved once connected via VPN. When I use `mvnd` before I am connected to the VPN it...

bug

This could be very handy in case you have integration tests modules that do share some external resource. This would require some kind of lock exclusion, similar to the junit...

enhancement