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 <ndimi...@gmail.com> wrote: > 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 what's already in phoenix-core. I have two new tests, one that > extends BaseHBaseManagedTimeIT directly, and another that extends QueryIT. > I expect them to be picked up by the HBaseManagedTimeTest > and ClientManagedTimeTest category runners, respectively. So far it's not > working. > > Would you mind giving me some pointers? This is my commit: > > https://github.com/ndimiduk/phoenix/commit/eb4b552a18255fe511312bedf2d6b4 > 64e8abccc7 > > Thanks, > Nick >