Using GitHub for a Grails Plugin (Revised)

In the HEAD of Grails is an updated ReleasePlugin script. This version of the script now allows you to do a release from outside of the SVN checkout folder, but you do have to keep SVN updated. In short, this means that you can do releases from git-svn.

To get the new ReleasePlugin script, copy the file from http://svn.codehaus.org/grails/trunk/grails/scripts/ReleasePlugin.groovy to $GRAILS_HOME/scripts/ and you’re set. You can now deploy from anywhere.

Related posts:

  1. Developing Grails Plugins with GitHub
  2. Configuration is Code: Presented on Grails Spring Bean Builder (a.k.a. Groovy Spring Builder)
  3. JConch 0.3 Released
  4. Okay, Grails, That Was Cute: Taglibs
  5. Groovy and Grails Training Courses
This entry was posted in To Be Categorized. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.
  • Categories