Description
java -jar ivy.jar -help
tells that
-types <types> comma separated list of accepted artifact types
Seems like it does not work. If I execute
java -jar ivy.jar -retrieve ... -types jar java -jar ivy.jar -retrieve ... -types source
It works, but if I execute it as
java -jar ivy.jar -retrieve ... -types jar,source
no artifact is retrieved.