@Mojo(name="GenerateJEAFConfig",
defaultPhase=PROCESS_TEST_CLASSES,
threadSafe=true,
requiresDependencyResolution=TEST)
public class GenerateConfigMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
JEAF_META_INF_DIRECTORY
Name of the base package under which all X-Fun configuration files are located.
|
| Constructor and Description |
|---|
GenerateConfigMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Method starts execution of this plugin.
|
void |
generateConfigs(boolean pTestScope) |
public static final String JEAF_META_INF_DIRECTORY
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void generateConfigs(boolean pTestScope)
throws IOException,
org.apache.maven.artifact.DependencyResolutionRequiredException
IOExceptionorg.apache.maven.artifact.DependencyResolutionRequiredExceptionCopyright © 2022. All rights reserved.