Package org.jbehave.mojo
Class UnpackViewResources
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jbehave.mojo.AbstractEmbedderMojo
org.jbehave.mojo.UnpackViewResources
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="unpack-view-resources",
defaultPhase=PROCESS_RESOURCES,
requiresDependencyResolution=TEST)
public class UnpackViewResources
extends AbstractEmbedderMojo
Mojo to unpack resources to view directory, whose location is derived from
the configured
StoryReporterBuilder
accessible from the Embedder
.-
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
-
UnpackViewResources
public UnpackViewResources()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-