Re: Help adding IT's

2015-03-24 Thread Nick Dimiduk
That did the trick. Thanks Gabriel! On Tue, Mar 24, 2015 at 12:55 PM, Gabriel Reid wrote: > Hi Nick, > > I think you'll also need to add the build-helper-maven-plugin to your new > pom. That ensures that the code under src/it/java gets picked up as a > source directory. > > - Gabriel > > On Tue,

Re: Help adding IT's

2015-03-24 Thread Gabriel Reid
Hi Nick, I think you'll also need to add the build-helper-maven-plugin to your new pom. That ensures that the code under src/it/java gets picked up as a source directory. - Gabriel On Tue, Mar 24, 2015 at 2:27 AM Nick Dimiduk wrote: > I'm having some difficulty with the failsafe plugin. I'm ad