Sorry for the last mail, I accidentally hit send. In my project I have the following structure: /src/main/java /src/test/java /src/scenarios
This is to separate my unit tests from my scenarios (this folder contains the .scenarios files and my Java Scenarios + Steps files) When running maven, I'm not able to run my scenarios. In the running scenarios section of the homepage of JBehave, I notice that one can specify either compile or test scope for the maven plugin (to have it look either in the main source directories or the test directories. How can I configure it to look in my third directory? Thanks, Egil
