We currently support classifer, but not type. You can raise a jira issue for that.
By the way, if have some doc about the types that we should support, it would be welcome. Indeed, according to [1], the maven plugin can add their own type... :-( [1] http://maven.apache.org/pom.html Gilles On 09/03/2008, Harald Braumann <[EMAIL PROTECTED]> wrote: > > Hello, > > ivy seems to ignore the <type> tag of a dependency in a pom when > resolving transitive dependencies. > > The module depends on an artifact in a maven2 repository. This artifact > in turn has the following dependency: > > <dependency> > <groupId>javacomm</groupId> > <artifactId>win32com</artifactId> > <version>2.0</version> > <type>dll</type> > </dependency> > > Still, ivy tries to download javacomm#win32com;2.0!win32com.jar which > of course fails. > > Btw., I use the ibiblio resolver with m2compatible="true" > usepoms="true" useMavenMetadata="true". > > Is the type tag not supported, or did I do smth. wrong? > > Regards, > harry > > -- Gilles Scokart
