@Mojo(name="update-local-catalog",
defaultPhase=INSTALL)
public class UpdateLocalCatalogMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
private ArchetypeManager |
manager |
private org.apache.maven.project.MavenProject |
project
The archetype project to add/update to the local catalog.
|
| Constructor and Description |
|---|
UpdateLocalCatalogMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Component private ArchetypeManager manager
@Parameter(defaultValue="${project}",
readonly=true,
required=true)
private org.apache.maven.project.MavenProject project