Hi all, I'm having a hard time on a simple jbehave configuration. I've defined a Embedder pattern in maven plugin and jbehave could find the embedder (I can tell by the log "[INFO] Found class names: [org.diveintojee.poc.stories.ContinuityStory]") In this embedder, I defined a story pattern and nothing is run. The file is not found (I can tell because I printed and empty paths array) meaning that my pattern is not correct or jebehave doesn't execute correctly.
The project is on github: . Just run "mvn clean verify -Pacceptance-wip" to note the misbehaviour. Notes: I'm using jbehave 3.7.3. I'm using jbehave maven plugin in test scope. Thank you for your help. I've spent a lot of time and I'm stuck.
