inherit:inherit

Support mojo inheritance by merging the local plugin metadata with metadata from dependent plugins. Mojo inheritance is requested using a custom javadoc tag:

...
@extendsPlugin archetype
@goal create
...
By default the current goal is taken as the goal to be extended. To extend a different goal use:
...
@extendsPlugin archetype
@extendsGoal create
@goal create-project
...

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.
  • Requires dependency resolution of artifacts in scope: compile
  • Automatically executes within the lifecycle phase: compile

Optional Parameters

Name Type Description
m_archiverManager ArchiverManager support for accessing archives

Parameter Details

m_archiverManager support for accessing archives
  • Type: org.codehaus.plexus.archiver.manager.ArchiverManager
  • Required: No