public abstract class AbstractMuleMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
appDirectory
Directory containing the app resources.
|
protected String |
finalName
Name of the generated Mule extension.
|
protected File |
outputDirectory
Directory containing the generated Mule extension.
|
org.apache.maven.project.MavenProject |
project
The Maven project.
|
| Constructor and Description |
|---|
AbstractMuleMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getMuleArtifactFile() |
getLog, getPluginContext, setLog, setPluginContext@Parameter(required=true,
defaultValue="${project.build.directory}")
protected File outputDirectory
@Parameter(required=true,
alias="appName",
defaultValue="${project.build.finalName}")
protected String finalName
@Parameter(required=true,
defaultValue="${project.build.directory}/src/main/app")
protected File appDirectory
@Parameter(defaultValue="${project}",
readonly=true)
public org.apache.maven.project.MavenProject project
protected File getMuleArtifactFile()
Copyright © 2017. All rights reserved.