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

Hi, mvnd stopped working for my project as it throws `[ERROR] Unknown lifecycle phase "". You must specify a valid lifecycle phase or a goal in the format : or...

I don't know what I did to the windows11 openjdk11 i9 12900H + 16G I just downloaded window-amd64.zip and configure mavend_home path mvnd -version An exception was triggered [daemon-3b9a9cb6.log](https://github.com/apache/maven-mvnd/files/11814723/daemon-3b9a9cb6.log) ![image](https://github.com/apache/maven-mvnd/assets/41749016/58d9c0c2-b996-41d2-84a2-f0501341769b)...

Hi everyone, we would like to build the modules our multi-module maven projects on Jenkins concurrently. Using `mvn -T` that works quite well, but unfortunately the logs are messed up...

I guess yes, at least for the sake of documenting it. I see that in `DaemonCompatibilitySpec`, it has a special position among the other discriminating options. But still, it is...

The shortcuts are currently hard to discover. We should list them in the output of `mvnd --help` and we should also show the list in the UI.

We have a very large project and in our day to day development also when we upgraded from JDK8 to JDK11, when running regular maven builds we used to get...

I configured mvnd to use openjdk 1.8.0_352, which builds our software correctly using normal mvn. When I build with mvnd I get compilation issue where the javax.annotation package cannot be...

Just a suggestion that it might be nice to stick to a consistent version numbering scheme. May I suggest [Semantic Versioning 2.0.0](https://semver.org/) So far there have been releases with version...

Is there a known/recommended way of using mvnd with GitHub Actions?

I would like the configuration in `.mvn/maven.config` to be used no matter the executable (mvn, mvnw, mvnd). Currently mvnd (via the new maven wrapper type=only-script) doesn't consider those properties, e.g....