Fun fact: When Ivy converts a Maven .pom file to a...
# general
h
Fun fact: When Ivy converts a Maven .pom file to an ivy.xml file, it misinterprets dependency excludes as applying to the direct dependency itself as well as its transitive deps, whereas Maven intends it to apply only to the transitive deps (e.g., excluding
*
should not exclude the direct dependency).
trap 1