You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by linjie nie <ni...@gmail.com> on 2009/05/16 10:30:39 UTC

How to exclue doc jar and source jar when resolve

I find that many jars for java-doc and source code downloaded when use ant
resole task. I only want bin jars, so, how to exclude doc and source jar?
Thanks a lot. :-)

Re: How to exclue doc jar and source jar when resolve

Posted by Daniel Becheanu <da...@gmail.com>.
Use type="jar" in your ivy:resolve task

Daniel

On Sat, May 16, 2009 at 3:30 AM, linjie nie <ni...@gmail.com> wrote:
> I find that many jars for java-doc and source code downloaded when use ant
> resole task. I only want bin jars, so, how to exclude doc and source jar?
> Thanks a lot. :-)
>