Is this a supported syntax for dependency.scope? Maven 3.0.3 doesn't seem to like this.
Andreas On Thu, Oct 20, 2011 at 00:33, <[email protected]> wrote: > + <dependency> > + <groupId>junit</groupId> > + <artifactId>junit</artifactId> > + <scope>test, compile, package</scope> > + </dependency>
