Re: Maven multiproject, test inheritance

2006-10-09 Thread RobertK
Cheers for the reply Philippe. Cool, didn't know you could do that. I am guessing that you need to run the maven jar:test-jar goal to create the test jar? (The generates an error for me?) My original idea was to create a brand new sub project that would handle all unit tests, so it could share

Re: Maven multiproject, test inheritance

2006-10-09 Thread Philippe Faes
Rob, You can make the test classes of one project visible in the test phase of another project: com.example someArtifact 0.1.1-SNAPSHOT test-jar test greets, Philippe On Mon, 2006-10-09 at 06:10 -0700, RobertK wrote: > Hi, > > first off, using maven 1.0.

Maven multiproject, test inheritance

2006-10-09 Thread RobertK
Hi, first off, using maven 1.0.2 multiproject to build, test and deploy about 8 sub-projects. Everything working there smoothly (got to love Maven! :) ) Now my question, many of my projects repeat the same unit test or data, so the whole project suffers from the annoying / untidy symptom of "cop