On Dec 17, 2012, at 4:18 , Stephen Connolly <stephen.alan.conno...@gmail.com> 
wrote:

> that is maven Ant tasks.
> 
> 
> The scope element is used when you have specified "scopes" attr in
> <artifact:dependencies> *however* it is really only of use when you have a
> pomRefId as there is no other way to reference a different set of scopes.
> 
> So the way you would do this is create a <artifact:pom> with all the
> dependencies, e.g.
> https://github.com/apache/cassandra/blob/trunk/build.xml#L319 and then use
> the scopes element to select the scopes you want. I have not done that
> here: https://github.com/apache/cassandra/blob/trunk/build.xml#L517 but
> that is for political reasons, where c* didn't want test scoped
> dependencies in their non-test "pom"s

Thanks, Stephen. I'll see if I can figure it out, but thanks for pointing me at 
the :pom element.

And thanks for pointing me at Cassandra. A friend at a very large company just 
told me they're using Cassandra, but thought was commercial. Now I see it isn't 
:-)

-- 
Rick




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to