RE: testing-harness MavenProjectStub

2006-09-13 Thread Brian E. Fox
n the dependency element that says direct or transitive for example.) -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 10:59 PM To: Maven Developers List Subject: Re: testing-harness MavenProjectStub Yes, I think it is incorrect. On 14/09

Re: testing-harness MavenProjectStub

2006-09-13 Thread Brett Porter
Yes, I think it is incorrect. On 14/09/2006, at 12:49 PM, Brian E. Fox wrote: I'm using the project stub in the testing-harness project. I'm curious about the decision to default all collections to return strings: public Set getArtifacts() { return Collections.singleton( "" );