public class PluginAutomaticTestBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PluginAutomaticTestBuilder.CliSanityTest |
| Constructor and Description |
|---|
PluginAutomaticTestBuilder() |
public static junit.framework.TestSuite build(Map<String,?> params) throws Exception
params - Various information about the plugin that maven-hpi-plugin adds.
As of 1.52, this includes the followings:
basedir (String) : directory that contains pom.xml
artifactId (String) : artifact ID of the plugin
outputDirectory (String) : target/classes dir where class files and resources can be found
testOutputDirectory (String) : target/test-classes.ExceptionCopyright © 2004-2014. All Rights Reserved.