Package org.jbehave.mojo
Class RunStoriesAsEmbeddables
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jbehave.mojo.AbstractEmbedderMojo
org.jbehave.mojo.RunStoriesAsEmbeddables
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="run-stories-as-embeddables",
requiresDependencyResolution=TEST)
public class RunStoriesAsEmbeddables
extends AbstractEmbedderMojo
Mojo to run stories as Embeddables
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jbehave.mojo.AbstractEmbedderMojo
AbstractEmbedderMojo.MavenEmbedderMonitor
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jbehave.mojo.AbstractEmbedderMojo
classLoader, classNames, embedderControls, embedderMonitor, newEmbedder, newStoryFinder, storyPaths
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
RunStoriesAsEmbeddables
public RunStoriesAsEmbeddables()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoFailureException
-