public abstract class AbstractAndroMDAppMojo extends AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected List<String> |
propertyFiles |
protected Settings |
settings
The current user system settings for use in Maven.
|
protected boolean |
skip
Set this to 'true' to bypass cartridge tests entirely.
|
protected boolean |
skipProcessing
Whether or not processing should be skipped (this is if you want to completely skip code generation, i.e.
|
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.
|
Constructor and Description |
---|
AbstractAndroMDAppMojo() |
Modifier and Type | Method and Description |
---|---|
protected String |
getConfigurationContents()
Retrieves the interpolated {#configurationUri} contents as a String.
|
protected String |
replaceProperties(String string)
Replaces all properties having the style
${some.property} with the value
of the specified property if there is one. |
getLog, getPluginContext, setLog, setPluginContext
protected Settings settings
protected List<String> propertyFiles
protected boolean skip
protected boolean skipTests
protected boolean testFailureIgnore
protected boolean skipProcessing
public AbstractAndroMDAppMojo()
protected String replaceProperties(String string) throws IOException
${some.property}
with the value
of the specified property if there is one.string
- the string to perform replacement on.IOException
protected String getConfigurationContents() throws MojoExecutionException, IOException
MojoExecutionException
IOException
Copyright © 2005–2014 AndroMDA.org. All rights reserved.