danielflower / multi-module-maven-release-plugin

A maven release plugin that is fast, does not add extra commits, and works well with single or multiple modules
http://danielflower.github.io/multi-module-maven-release-plugin/index.html
MIT License
125 stars 64 forks source link

Maven 3.3 support #24

Closed danielflower closed 8 years ago

danielflower commented 8 years ago

It seems that with maven 3.3.x the plugin doesn't work because the MavenInvoker expects mvn.bat to exist, but that's been renamed to mvn.cmd. More details at https://issues.apache.org/jira/browse/MSHARED-413

Should be able to fix by upgrading the maven invoker version.

danielflower commented 8 years ago

Error message is:

Error configuring command-line. Reason: Maven executable not found
danielflower commented 8 years ago

Fixed in 1.4.3