Grails - 创建标签和发布版本
Grails - Create tags and release version
我开发了一个 Grails 插件,需要发布方面的帮助。现在是插件版本1.0-SNAPSHOT,保存在SCM服务器上的trunk文件夹中(svn://svnserver/svnrepo/plugin/trunk
)。
我需要:
- 创建标签并将其保存在
svn://svnserver/svnrepo/plugin/tags/plugin_1.0
- 将工件 plugin-1.0 部署到 Nexus 存储库
- 将主干中的版本升级到 1.1-SNAPSHOT 并继续开发
Grails 中是否有一个插件,类似于 Maven 的 maven-release-plugin?或者有人知道解决方案吗?
感谢您的回答..
您可以使用 Grails Release Plugin you can set it up to publish to either an internal nexus or get approved and setup to release the plugin to the grails plugin portal.
我开发了一个 Grails 插件,需要发布方面的帮助。现在是插件版本1.0-SNAPSHOT,保存在SCM服务器上的trunk文件夹中(svn://svnserver/svnrepo/plugin/trunk
)。
我需要:
- 创建标签并将其保存在
svn://svnserver/svnrepo/plugin/tags/plugin_1.0
- 将工件 plugin-1.0 部署到 Nexus 存储库
- 将主干中的版本升级到 1.1-SNAPSHOT 并继续开发
Grails 中是否有一个插件,类似于 Maven 的 maven-release-plugin?或者有人知道解决方案吗?
感谢您的回答..
您可以使用 Grails Release Plugin you can set it up to publish to either an internal nexus or get approved and setup to release the plugin to the grails plugin portal.