| |
|
| org.andromda.maven.plugin.configuration.AbstractConfigurationMojo org.andromda.maven.plugin.bootstrap.AndroMDAMojo
AndroMDAMojo | public class AndroMDAMojo extends AbstractConfigurationMojo (Code) | | This is exactly the same as the regular AndroMDAMojo in the
andromda-maven-plugin, however this is the bootstrap plugin which
is used to run AndroMDA in bootstrap mode (with the bootstrap artifacts).
author: Chad Brandon |
localRepository | protected ArtifactRepository localRepository(Code) | | |
plugins | protected List plugins(Code) | | The registered plugin implementations.
|
execute | public void execute() throws MojoExecutionException(Code) | | |
setConfigurationUri | public void setConfigurationUri(String configurationUri)(Code) | | Parameters: configurationUri - The configurationUri to set. |
setProject | public void setProject(MavenProject project)(Code) | | Parameters: project - The project to set. |
setPropertyFiles | public void setPropertyFiles(List propertyFiles)(Code) | | Sets the property files for this project.
Parameters: propertyFiles - |
setSettings | public void setSettings(Settings settings)(Code) | | Sets the current settings for this Mojo.
Parameters: settings - The settings to set. |
|
|
|