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.

ParameterRequired?DescriptionDefault
compile.groovy.excludes.patternNoPattern describing files excluded in compilation process
compile.groovy.includes.patternNoPattern describing files included in compilation process**/*.groovy
src.main.groovyYesdirectory where sources to be compiled are
target.main.classesYesdestination 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:




EasyAnt Plugin groovy-all v1.6.0