@Mojo(name="create-overlay",
requiresProject=false)
public class CreateOverlayMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
archetypeArtifactId |
protected String |
archetypeGroupId |
protected String |
archetypeVersion |
protected File |
mavenHome
The
M2_HOME parameter to use for forked Maven invocations. |
protected String |
prototypeArtifactId |
protected String |
prototypeGroupId |
protected String |
prototypeVersion |
| Constructor and Description |
|---|
CreateOverlayMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Produce an overlay from a given prototype.
|
File |
getMavenHome() |
void |
setMavenHome(File mavenHome) |
@Parameter(property="kfs.prototype.groupId",
defaultValue="org.kuali.kfs")
protected String prototypeGroupId
@Parameter(property="kfs.prototype.artifactId",
defaultValue="kfs")
protected String prototypeArtifactId
@Parameter(property="kfs.prototype.version",
defaultValue="5.0")
protected String prototypeVersion
@Parameter(property="archetypeGroupId",
defaultValue="org.kualigan.maven.archetypes")
protected String archetypeGroupId
@Parameter(property="archetypeArtifactId",
defaultValue="kfs-archetype")
protected String archetypeArtifactId
@Parameter(property="archetypeVersion",
defaultValue="1.1.4")
protected String archetypeVersion
public CreateOverlayMojo()
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void setMavenHome(File mavenHome)
public File getMavenHome()
Copyright © 2004-2012 Kualigan. All Rights Reserved.