Dean Roehrich wrote:
> On Mon, Oct 27, 2008 at 11:55:58AM -0700, Lloyd Chambers wrote:
>> Maven has versioned dependencies. So long as junit is in a repository  
>> (and it is), *no install is needed*; the build process picks it up  
>> automatically (and puts it into the local maven repository).  Ten  
>> versions? No problem.
> 
> So the local maven repository can contain multiple versions of junit?  Does
> this mean some ARC cases are backwards--that we need to see the Maven case
> before we see Junit?
> 

This case is about establishing a junit package that contains
popular junit versions, so applications don't have to ship junit
in their packages, and to provide standalone support for junit.

Maven appears to have it's own approach to obtaining junit, and
I think is outside the scope of this case.

Cheers,
Jim


Reply via email to