Hi, I'm having a hard time trying to run JBehave tests with Maven. I have stories in **/stories/*.story with a corresponding JUnitStory for each. I have extended JUnitStories which runs all tests on the IDE. I have extended AnnotatedEmbeddedRunner which also runs on the IDE. I'm having a hard time choosing an approach from the hundreds of awesome but none too useful for the beginner approaches in http://jbehave.org/reference/stable/running-stories.html
Can someone point me to a simple no-nonsense way to running tests in Maven. I didnt find the Examples in JBehave useful either because they also focus on Can run in hundreds of ways approach. Thanks, Sathish
