On 24 July 2015 at 13:39, V. Mark Lehky <[email protected]> wrote:
> I should have added: > Before I came along, everything got build as jar-with-dependencies. Test > code did not live in src/test, but in src/main; and was, obviously, not run > with 'mvn test', but with 'java -cp ...jar-with-dependencies.jar > org.junit.runner.JUnitCore ...AllTests'. All of which I thought was rather > brute. Bloatware, but it did work. > Or was I wrong? If your mailing to the Maven User list, be prepared to drink the kool-aid :) I will say that what you have done has moved your project onto "The Right Path(tm)". Keep going, you'll get there.
