I mean in the extensions parameter in a plugin as follows:
<build><plugins><plugin>
<groupId>...</groupId>
<artifactId>...</artifactId>
<version>...</version>
<extensions>...</extensions>
...
</plugin></plugins></build>
I mean in the extensions parameter in a plugin as follows:
<build><plugins><plugin>
<groupId>...</groupId>
<artifactId>...</artifactId>
<version>...</version>
<extensions>...</extensions>
...
</plugin></plugins></build>
http://maven.apache.org/ref/3.0.3/maven-model/maven.html:
This parameter is used when developing a plugin. Further resources (since I have no experience with that):