I'm setting up my first "managed" Ivy repository via Artifactory and am wondering if I have to hand-write all the Ivy descriptors (XMLs) for each artifact I deploy.
This would be painful.
What do "real" repo admins do in these situations? Hand-write them? Wrtie scripts to generate them for you? Is there the Ivy equivalent to Maven Central Repository where I can just copy down descriptors from? If I go to http://mvnrepository.com/ and search for a JAR I see it has an "Ivy" tab next to the "Maven" one, but it just contains the <dependency/>
element, not the entire <ivy-module>
XML instance that Ivy needs.