On Fri, Jun 20, 2008 at 10:43:21AM -0700, Astrien wrote: > > And in the POM of the dependency, I find this little gem: > > > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > <scope>compile, test</scope> > </dependency> > > > Is Ivy saying that it doesn't understand dual scoped entries? How do I > handle this?
Are comma separated scopes actually supported in _maven_? Also, wouldn't a compile scope artifact be in all classpaths, including test, anyway? Cheers. -- Jing Xue
