Fixed
Details
Assignee
Mauro TaleviMauro TaleviReporter
Mauro TaleviMauro TaleviComponents
Fix versions
Priority
Minor
Details
Details
Assignee
Mauro Talevi
Mauro TaleviReporter
Mauro Talevi
Mauro TaleviComponents
Fix versions
Priority

Created October 24, 2010 at 9:50 PM
Updated October 25, 2010 at 12:05 PM
Resolved October 25, 2010 at 12:05 PM
A goal to unpack the resources to the view directory. The main advantage over the maven dependency plugin is the ability to derived the view directory location from the configured StoryReporterBuilder accessible via the Embedder.
The resources are configured as normal project artifacts and can be filtered based on the resource dependency type and artifactIds, via properties resourceType and resourceArtifacIds
(which default to "zip" and {"jbehave-core", "jbehave-site-resources"}).
Resource content can optionally be filtered based on the resourceIncludes/Excludes properties.