Re: Integration Tests Not Running

2015-01-01 Thread Bernd Eckenfels
Hello, BTW: you should put src/integration-test/java in testSourceDirectory or you use src/test/java, so all other things follow automatically. Gruss Bernd Am Thu, 01 Jan 2015 17:50:26 -0600 schrieb Ole Ersoy ole.er...@gmail.com: Hi, Trying to get some integration tests running. I've

Re: Integration Tests Not Running

2015-01-01 Thread Ole Ersoy
Hello, Me again - Just ignore this post. Just realized that run the integration tests I can't just do: mvn clean test But must do mvn clean verify Cheers, - Ole On 01/01/2015 05:50 PM, Ole Ersoy wrote: Hi, Trying to get some integration tests running. I've tried to minimize my pom

Integration Tests Not Running

2015-01-01 Thread Ole Ersoy
Hi, Trying to get some integration tests running. I've tried to minimize my pom, such that everything runs. I pasted my directory structure below. The maven-build-helper-plugin is used to include the integration-test src directory. From what I understand the maven-failsafe-plugin now