Search code examples
svngrailstagsreleasegrails-plugin

Grails - Create tags and release version


I developed a Grails plugin and I need help with releasing. Now is the plugin version 1.0-SNAPSHOT and is saved in trunk folder on SCM server (svn://svnserver/svnrepo/plugin/trunk).

I need:

  • create tag and save it in svn://svnserver/svnrepo/plugin/tags/plugin_1.0
  • deploy artifact plugin-1.0 into Nexus repository
  • upgrade version in trunk to 1.1-SNAPSHOT and continue with development

Is in Grails a plugin, similar like maven-release-plugin for Maven? Or does anyone know a solution?

Thanks for your answers..


Solution

  • You can use the 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.