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, replaceProperties
getLog, getPluginContext, setLog, setPluginContext
protected List<org.apache.maven.model.Plugin> plugins
protected ArtifactRepository localRepository
public AndroMDAMojo()
public void execute() throws MojoExecutionException
MojoExecutionException
Mojo.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 AbstractConfigurationMojo
AbstractConfigurationMojo.getProject()
protected List<String> getPropertyFiles()
getPropertyFiles
in class AbstractConfigurationMojo
AbstractConfigurationMojo.getPropertyFiles()
protected Settings getSettings()
getSettings
in class AbstractConfigurationMojo
AbstractConfigurationMojo.getSettings()
protected org.apache.maven.artifact.factory.ArtifactFactory getFactory()
getFactory
in class AbstractConfigurationMojo
AbstractConfigurationMojo.getFactory()
protected List<org.apache.maven.model.Plugin> getPlugins()
getPlugins
in class AbstractConfigurationMojo
AbstractConfigurationMojo.getPlugins()
protected ArtifactRepository getLocalRepository()
getLocalRepository
in class AbstractConfigurationMojo
AbstractConfigurationMojo.getLocalRepository()
Copyright © 2005–2014 AndroMDA.org. All rights reserved.