Robert Hanson wrote:
I also changes the code to use JUnitScenario instead of Scenario.
Along with some other tweaks to my project, I got it all working.

My question is, it seems like I don't need to use the JBahave Maven
plug-in now that I extend JUnitScenario.  Are there any reasons why I
would want to use the Maven plug-in?



It's up to you if you want to run scenarios via Maven or as JUnit tests.

Maven plugin allows to target scenarios alone - ie to separate them clearly from unit tests, run them at integration-test scope.

Running as JUnit allows primarily to integrate with IDE.

Choice is yours.

Cheers


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to