public class TranslationLibraryTestMojo extends AbstractConfigurationMojo
Modifier and Type | Field and Description |
---|---|
protected String |
configurationUri
This is the URI to the AndroMDA configuration file.
|
protected ArtifactRepository |
localRepository |
protected List<org.apache.maven.model.Plugin> |
plugins
The registered plugin implementations.
|
protected boolean |
skipTranslation
Set this to 'true' to bypass cartridge tests entirely.
|
protected String |
testSourceDirectory
The directory containing the test source.
|
protected boolean |
traceExpression
Whether or not the expression shall be 'traced' (i.e.
|
protected String |
translationName
When specified, only this translation will be tested (If more than one TestTranslation-* file is found).
|
skip, skipTests, testFailureIgnore
Constructor and Description |
---|
TranslationLibraryTestMojo() |
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() |
addPluginDependencies, getConfiguration, getProperties, initializeClasspathFromClassPathElements, replaceProperties
protected boolean traceExpression
protected String translationName
protected String testSourceDirectory
protected String configurationUri
protected List<org.apache.maven.model.Plugin> plugins
protected ArtifactRepository localRepository
protected boolean skipTranslation
public TranslationLibraryTestMojo()
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Mojo.execute()
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.