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 |
skip
Set this to 'true' to bypass cartridge tests entirely.
|
protected boolean |
skipTests
Set this to 'true' to skip running tests, but still compile them.
|
protected boolean |
testFailureIgnore
Set this to true to ignore a failure during testing.
|
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).
|
| 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, replacePropertiesgetLog, getPluginContext, setLog, setPluginContextprotected boolean traceExpression
protected String translationName
protected String testSourceDirectory
protected String configurationUri
protected List<org.apache.maven.model.Plugin> plugins
protected ArtifactRepository localRepository
protected boolean skip
protected boolean skipTests
protected boolean testFailureIgnore
public TranslationLibraryTestMojo()
public void execute() throws MojoExecutionException, MojoFailureException
MojoExecutionExceptionMojoFailureExceptionMojo.execute()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.