Plugin compile-groovy v0.1
Overview
This module provides groovy compilation feature.
Parameters
The following property values can be changed to tune the behavior of this plugin.
Required parameters must be defined upon import, or the build will fail.
| Parameter | Required? | Description | Default |
|---|---|---|---|
| compile.groovy.excludes.pattern | No | Pattern describing files excluded in compilation process | |
| compile.groovy.includes.pattern | No | Pattern describing files included in compilation process | **/*.groovy |
| src.main.groovy | Yes | directory where sources to be compiled are | |
| target.main.classes | Yes | destination directory for compiled test classes |
Build Phases
This plugin adds targets to each of the following build phases:
- validate
-
- init
- compile
-
- compile
Extra Targets
This plugin defines some extra Ant targets not attached to any build phase:
- doit