public abstract class AppManagementMojo extends AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
deployLocation
The location (i.e.
|
protected MavenProject |
project |
| Constructor and Description |
|---|
AppManagementMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getDeployFile()
Retrieves the file that will be or is deployed.
|
protected String |
getPackaging()
Attempts to retrieve the packaging of the current project, and if it can't
find it, throws an exception.
|
getLog, getPluginContext, setLog, setPluginContextprotected File deployLocation
protected MavenProject project
public AppManagementMojo()
protected String getPackaging() throws MojoExecutionException
MojoExecutionException - if no packaging was found.protected File getDeployFile() throws MojoExecutionException
MojoExecutionExceptionCopyright © 2005–2014 AndroMDA.org. All rights reserved.