Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Goals

GoalDescription
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].