Hi Aaron, We generally use Maven Failsafe plugin to separate integration tests from unit tests. I can help you in this if required.
Regards, Gagan On Tue, Nov 6, 2012 at 9:23 AM, Scott Leberknight <[email protected]>wrote: > I think you'd probably have to use Maven profiles, e.g. separate profiles > one for unit tests and one for integration tests. And then you'd probably > need to mess around with includes/excludes in the Surefire plugin. > > > On Mon, Nov 5, 2012 at 10:16 PM, Aaron McCurry <[email protected]> wrote: > > > I have created another branch to 0.2-dev, 0.2-dev-thrift-changes (I hope > to > > push the broken/in-progress branch tonight) where I am attempting to > remove > > the legacy Blur Thrift calls and clean up the code base. From there I > hope > > to improve the units and separate integration tests from the unit tests. > > > > Has anyone separated these types of tests in maven before? I have read > > about a few ways to do it, but I looking for a sort of best practice. > > > > Thanks! > > > > Aaron > > >
