public class AndroMDAMojo extends AbstractConfigurationMojo
| Modifier and Type | Field and Description |
|---|---|
protected ArtifactRepository |
localRepository |
protected List<org.apache.maven.model.Plugin> |
plugins
The registered plugin implementations.
|
skip, skipTests, testFailureIgnore| Constructor and Description |
|---|
AndroMDAMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected org.apache.maven.artifact.factory.ArtifactFactory |
getFactory() |
protected ArtifactRepository |
getLocalRepository() |
protected List<org.apache.maven.model.Plugin> |
getPlugins() |
protected org.apache.maven.project.MavenProject |
getProject() |
protected List<String> |
getPropertyFiles() |
protected Settings |
getSettings() |
void |
setConfigurationUri(String configurationUri) |
void |
setProject(org.apache.maven.project.MavenProject project) |
void |
setPropertyFiles(List<String> propertyFiles)
Sets the property files for this project.
|
void |
setSettings(Settings settings)
Sets the current settings for this Mojo.
|
addPluginDependencies, getConfiguration, getProperties, initializeClasspathFromClassPathElements, replacePropertiesgetLog, getPluginContext, setLog, setPluginContextprotected List<org.apache.maven.model.Plugin> plugins
protected ArtifactRepository localRepository
public AndroMDAMojo()
public void execute() throws MojoExecutionException
MojoExecutionExceptionMojo.execute()public void setConfigurationUri(String configurationUri)
configurationUri - The configurationUri to set.public void setProject(org.apache.maven.project.MavenProject project)
project - The project to set.public void setSettings(Settings settings)
settings - The settings to set.public void setPropertyFiles(List<String> propertyFiles)
propertyFiles - protected org.apache.maven.project.MavenProject getProject()
getProject in class AbstractConfigurationMojoAbstractConfigurationMojo.getProject()protected List<String> getPropertyFiles()
getPropertyFiles in class AbstractConfigurationMojoAbstractConfigurationMojo.getPropertyFiles()protected Settings getSettings()
getSettings in class AbstractConfigurationMojoAbstractConfigurationMojo.getSettings()protected org.apache.maven.artifact.factory.ArtifactFactory getFactory()
getFactory in class AbstractConfigurationMojoAbstractConfigurationMojo.getFactory()protected List<org.apache.maven.model.Plugin> getPlugins()
getPlugins in class AbstractConfigurationMojoAbstractConfigurationMojo.getPlugins()protected ArtifactRepository getLocalRepository()
getLocalRepository in class AbstractConfigurationMojoAbstractConfigurationMojo.getLocalRepository()Copyright © 2005–2014 AndroMDA.org. All rights reserved.