You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maven plugin doesn't accept <parameter><semanticVersion>true</semanticVersion></parameter>. It should support the same features as the standalone jar.
The text was updated successfully, but these errors were encountered:
How do you think it should be implemented? The point is that the option for the standalone jar only outputs which position in the version to increment. Should the maven plugin just output it as part of the build process?
It'd be nice to have it integrated with a release plugin to automatically increment the version (prerequisite of course being the pom using a simple nothing-but-major-minor-patch version to start with), but right now would just like to be able to output in the log and/or report the same information as the standalone.
The maven plugin doesn't accept
<parameter><semanticVersion>true</semanticVersion></parameter>
. It should support the same features as the standalone jar.The text was updated successfully, but these errors were encountered: