| Goal | Description |
|---|---|
| call |
Call a Well-Known Goal Interface (WKGI). For example
<caller:call goalInterface="compile-java"/>.
The list of WKGIs are found on the
properties page.
|
| set |
Rewire a WKGI implementation. For example
<caller:set goalInterface="compile-java" goal="aspectj:compile"/>.
You can also directly set the corresponding Maven property:
maven.caller.call.[WKGI name].
|