Use <scope>test</scope>

> On 17 Jun 2014, at 20:51, Brent Barker <brentbark...@gmail.com> wrote:
> 
> I am trying to use the Maven plugin for StoryMapping found here: 
> http://jbehave.org/reference/stable/story-mapping.html
> 
> However, it appears that the <include> tag only looks in src/main/java/
> 
> This is the exact maven tag I'm using: 
> <include>**/*.story</include>
> 
> Our stories are located in src/test/resources/stories. I moved a story to the 
> src/main/java and it was able to locate it.
> 
> Is there a way to change the path to find where the files are located at a 
> higher level?
> 
> Thanks
> -Brent

Reply via email to