<id></id>
exists only so that you can distinguish between other performances. This tag will be displayed during the actual build.
Your execution example will indicate two goals you specified: i18n
and generateAsync
.
(process-resources
, package
, install
..), . , .
/ <phase
> :
...
<execution>
<id>gwt-process-resources</id>
<phase>process-resources</phase>
<goals>
<goal>i18n</goal>
<goal>generateAsync</goal>
</goals>
</execution>
...
...
:
- ( )
- :
mvn <plugin name>:<goal>