Two modes are now supported:
1. single story path -
<configuration>
<storyPath>org/jbehave/it/stories/it.story</storyPath>
<storyPackage>org.jbehave.it.stories</storyPackage>
</configuration>
2. multiple story paths -
<configuration>
<storyDirectory>org/jbehave/it/stories</storyDirectory>
<storyIncludes>
<storyInclude>it*.story</storyInclude>
</storyIncludes>
<storyExcludes>
<storyExclude>it1.story</storyExclude>
</storyExcludes>
<storyPackage>org.jbehave.it.stories</storyPackage>
</configuration>
where the includes/excludes filters follow the usual Ant/Maven conventions.
Note that in both modes the *.story resources are expected to be found in the classpath.
Two modes are now supported:
1. single story path -
<configuration>
<storyPath>org/jbehave/it/stories/it.story</storyPath>
<storyPackage>org.jbehave.it.stories</storyPackage>
</configuration>
2. multiple story paths -
<configuration>
<storyDirectory>org/jbehave/it/stories</storyDirectory>
<storyIncludes>
<storyInclude>it*.story</storyInclude>
</storyIncludes>
<storyExcludes>
<storyExclude>it1.story</storyExclude>
</storyExcludes>
<storyPackage>org.jbehave.it.stories</storyPackage>
</configuration>
where the includes/excludes filters follow the usual Ant/Maven conventions.
Note that in both modes the *.story resources are expected to be found in the classpath.