Though this is not obvious to detect, but you are running your tests with version 4.0-beta-2 due to automatic version detection by maven.
This version is actually broken and created an incorrect xml file.
To switch back to 3.7.3 which works for the xml, you have to add the version line in your pom:

<artifactId>jbehave-maven-plugin</artifactId>
<version>${jbehave.core.version}</version>
<executions>
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to