This project provides an example setup for running the Concordion acceptance testing framework as part of Maven's integration-test phase.
It also splits the acceptance tests into a separate source directory to the project unit tests.
This source project accompanies the blog post here:
http://tearsofaunicorn.com/articles/setting-up-concordion-with-maven.html
The project can be built using the standard Maven commands:
mvn clean installTo run the acceptance tests on their own you can:
mvn integration-test