Plugin run-java v0.1
Overview
This module provides java bytecode execution 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 |
|---|---|---|---|
| run.main.classname | Yes | name of the main class to run | |
| target.main.classes | Yes | directory where main compiled classes are |
Build Phases
This plugin adds targets to each of the following build phases:
- validate
-
- init
Extra Targets
This plugin defines some extra Ant targets not attached to any build phase:
- run: run the application
- doit