01.
<
build
>
02.
<
plugins
>
03.
<
plugin
> <
artifactId
>maven-antrun-plugin</
artifactId
>
04.
<
executions
> <
execution
> <
phase
>initialize</
phase
> <
goals
><
goal
>run</
goal
></
goals
> <
configuration
> <
tasks
>
05.
<
echo
> *** Hello from Ant! *** </
echo
>
06.
</
tasks
> </
configuration
> </
execution
> </
executions
>
07.
</
plugin
>
08.
</
plugins
>
09.
</
build
>