I have published a maven artifact using gradle(with maven-publish plugin) the files look like this:
foo-1.0.0.pom
foo-1.0.0.jar
foo-sources-1.0.0.jar
foo-barbaz-1.0.0.zip // <- this
I want to get the zip file(marked) with scope barbaz using ivy, but when I resolve it the generated ivy.xml does not contain this artifact
Notice:
- that the pom file has only the dependencies.
- I have no experience with maven, only ant+ivy and gradle