|

|
New and Noteworthy
- Moved codebase to the Groovy project
- Runtime support for Groovy 1.5.6 and Groovy 1.6-beta-1
- Support for static imports when generating stubs
- Re-implemented the stub generator to allow more code to be shared between runtime implementations
- Re-implemented archetypes using the latest maven-archetype-plugin (aka archetype-ng)
|
Using
Command-line Access
If this release is the latest, then simply use the groovy prefix to invoke goals, as in:
Otherwise, use the full plugin identifier to invoke this version:
Project Configuration
When configuring projects to use this plugin be sure to define elements in your projects top-level POM's pluginManagement section to bind your project to the required version:
 | Best Practice
It is highly recommended that you always bind, via pluginManagement the version of plugins which your build depends upon. or with dependencyManagement for versions of artifacts. |
Source Code
The source-code for this release is available for browsing here.
Users who wish to check-out this version can access the release tag with Subversion:
Change Log