Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 593 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 593 Bytes

Grails Jasper Plugin

Build Status

Usage

For usage information, please see http://grails.org/plugin/jasper

How to build this plugin

run 'grailsw package-plugin'

It will create a plugin archive.

Releasing a new version of this plugin

  1. In JasperGrailsPlugin.groovy, set the plugin version to a non-snapshot version number (ex 1.6.1)
  2. run 'grailsw publish-plugin --stacktrace'
  3. Update the plugin version in JasperGrailsPlugin.groovy to be a snapshot (ex "1.6.2-SNAPSHOT")