You need to add the tests in your POM, see http://maven.apache.org/start/ten-minute-test.html
Steve On Fri, 2005-01-04 at 11:03 -0600, Durham David R Jr Contr 805 CSPTS/SCE wrote: > I'd like to have normal class sources in: > > /src > /package/SomeClass.java > > And tests in: > > /tests > /package/SomeClassTest.java > > But I don't see a way to specify the source attribute for your tests. > Is there a way to do this for the 'test' plugin? > > Thanks, > > > - Dave > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
