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, replaceProperties
getLog, getPluginContext, setLog, setPluginContext
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 skip
protected boolean skipTests
protected boolean testFailureIgnore
public TranslationLibraryTestMojo()
public void execute() throws MojoExecutionException, MojoFailureException
MojoExecutionException
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.