You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by Andreas Veithen <an...@gmail.com> on 2011/12/04 16:35:02 UTC

Re: svn commit: r1186541 [7/8] - in /abdera/abdera2: ./ .settings/ activities/ activities/.settings/ activities/src/main/java/org/apache/abdera2/activities/client/ activities/src/main/java/org/apache/abdera2/activities/extra/ activities/src/main/java

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,  <jm...@apache.org> wrote:
> +      <dependency>
> +        <groupId>junit</groupId>
> +        <artifactId>junit</artifactId>
> +        <scope>test, compile, package</scope>
> +      </dependency>