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,
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
I'm having some difficulty with the failsafe plugin. I'm adding a new maven
module for PHOENIX-971, and I'd like to add some new end2end tests. These
would be specific to my new module, separate from those already in
phoenix-core. I've added the failsafe plugin to my pom.xml, following the
lead of