Package org.mule.weave.maven.plugin
Class WeaveTestMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.mule.weave.maven.plugin.AbstractWeaveMojo
-
- org.mule.weave.maven.plugin.WeaveTestMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="test", defaultPhase=TEST, requiresDependencyCollection=TEST, requiresDependencyResolution=TEST) @Execute(goal="test") public class WeaveTestMojo extends AbstractWeaveMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected WeaveTestMojoConfigconfig-
Fields inherited from class org.mule.weave.maven.plugin.AbstractWeaveMojo
altDeploymentRepository, dwTestFolder, dwTestResources, project, session, sourceFolder
-
-
Constructor Summary
Constructors Constructor Description WeaveTestMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()voidsetCommandLineRunner(CommandLineRunner commandLineRunner)voidsetTests(WeaveTestMojoConfig config)-
Methods inherited from class org.mule.weave.maven.plugin.AbstractWeaveMojo
buildTestClassPathEnvironment, compileClasspathElements, getDeploymentRepository, testClasspathElements
-
-
-
-
Field Detail
-
config
@Parameter(name="tests") protected WeaveTestMojoConfig config
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
setTests
public void setTests(WeaveTestMojoConfig config)
-
setCommandLineRunner
public void setCommandLineRunner(CommandLineRunner commandLineRunner)
-
-