由maven自动增加到新的SNAPSHOT版本(Auto increment to new SNAPSHOT versions by maven)

我需要一个插件来自动更新发布的组件的SNAPSHOT版本。 mvn release似乎没有类似的功能。

I'm in need of a plugin that does the auto update of the SNAPSHOT version of the components that are released. mvn release doesn't seem to have similar functionality.

最满意答案

我相信maven版本插件可以满足您的需求: http : //mojo.codehaus.org/versions-maven-plugin/use-next-snapshots-mojo.html

I believe the maven versions plugin will do what you are looking for: http://mojo.codehaus.org/versions-maven-plugin/use-next-snapshots-mojo.html

更多推荐