exec-maven-plugin
exec-maven-plugin copied to clipboard
exec:java should default to Main-Class manifest attribute if <mainClass> not specified
Granted, this is just a convenience feature, but having to manually specify a <mainClass> if the <executableDependency> already has a Main-Class manifest attribute seems redundant.
And yes, I realize that there may be multiple manifest candidates if no <executableDependency> is specified, but even limiting this to just the case where a <executableDependency> would be a usability win, IMHO.
+1