andrewharmellaw / camel-boot

A seed-project for starting new REST-API Camel/Spring Boot projects
1 stars 10 forks source link

Move integration tests to different source location, and run them in a different stage of the build #9

Closed andrewharmellaw closed 8 years ago

andrewharmellaw commented 8 years ago

Integration tests should be moved from /src/test to src/integrationtest.

They should still work as they do now (starting spring-boot).

Details of how to do this are with @azmandu.