Support mojo inheritance by merging the local plugin metadata with metadata from dependent plugins.
Mojo inheritance is requested using a custom javadoc tag:
By default the current goal is taken as the goal to be extended. To extend a different goal use:
...
@extendsPlugin archetype
@goal create
...
...
@extendsPlugin archetype
@extendsGoal create
@goal create-project
...
Mojo Attributes:
compilecompile| Name | Type | Description |
|---|---|---|
| m_archiverManager | ArchiverManager |
support for accessing archives |
org.codehaus.plexus.archiver.manager.ArchiverManagerNo