@Mojo(name="catalog",
defaultPhase=PROCESS_RESOURCES,
requiresDependencyResolution=COMPILE)
public class Catalog
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
String |
catalogFileName |
boolean |
includeCurrentArtifact |
String |
nextCatalog |
String |
patternUrl |
org.apache.maven.project.MavenProject |
project |
| Constructor and Description |
|---|
Catalog() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(defaultValue="${project}",
readonly=true,
required=true)
public org.apache.maven.project.MavenProject project
@Parameter(defaultValue="catalog.xml") public String catalogFileName
@Parameter(defaultValue="artifactId:/") public String patternUrl
@Parameter public boolean includeCurrentArtifact
@Parameter public String nextCatalog
Copyright © 2018. All rights reserved.