I'm testing a web site with Jbehave-web-selenium 3.2-beta-3 and I I'd rather run my tests with jbehave-maven-plugin instead of running them with maven-surefire-plugin, due to some issues of this last plugin with jbehave-hudson-plugin (please see this issue for more information: https://github.com/aparkinson/jbehave-hudson-plugin/issues#issue/1)
But jbehave-maven-plugin doesn't recognize my JUnitStories test classes (that seems to be always the case for plugin configurations given in issue (http://jira.codehaus.org/browse/JBEHAVE-207).
Please the attached file for maven plugins configuration details.