Found this in the docs: http://maven.apache.org/guides/mini/guide-attached-tests.html
HTH Ansgar Am 10.08.2012 18:36 schrieb "Billy Newman" <[email protected]>: > I have a test jar out there that test some main functionality of an api. I > would like to run that suite of tests for all my impl artifacts. > > I have deployed it as a test-jar and I have the dependency setup for my > impl project to depend on that test-jar. However this just pull the jar in > at 'test' time it does not execute the tests. > > I found this post from a while back: > > http://softwaremavens.blogspot.com/2009/09/running-tests-from-maven-test-jar-in.html > > Wondering if this is still the accepted/right way to do what I want. > > Thanks >
