Package | Description |
---|---|
org.apache.maven.plugins.invoker |
Modifier and Type | Method and Description |
---|---|
private InvokerProperties |
AbstractInvokerMojo.getInvokerProperties(java.io.File projectDirectory,
java.util.Properties globalInvokerProperties)
Gets the (interpolated) invoker properties for an integration test.
|
Modifier and Type | Method and Description |
---|---|
private int |
Selector.getGlobal(InvokerProperties invokerProperties)
Determines whether selector conditions of the specified invoker properties match the current environment.
|
int |
Selector.getSelection(InvokerProperties invokerProperties) |
private int |
AbstractInvokerMojo.getSelection(InvokerProperties invokerProperties,
java.lang.CharSequence actualJreVersion)
Determines whether selector conditions of the specified invoker properties match the current environment.
|
private boolean |
AbstractInvokerMojo.runBuild(java.io.File basedir,
java.io.File pomFile,
java.io.File settingsFile,
java.io.File actualJavaHome,
InvokerProperties invokerProperties)
Runs the specified project.
|
private void |
AbstractInvokerMojo.verify(org.apache.maven.shared.invoker.InvocationResult result,
int invocationIndex,
InvokerProperties invokerProperties,
FileLogger logger)
Verifies the invocation result.
|