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
signature.asc
Description: PGP signature
