We currently use a combination of Ant/Ivy and Maven (primarily Ant/Ivy). I like the lifecycle management provided by Maven and the flexibility provided by Ant/Ivy ... so Gradle seems like a natural fit. With that said we have one stumbling block before I can recommend adoption. We currently deploy our artifacts to a internal Nexus server and we deploy both pom.xml and ivy.xml files. We don't really use the pom files, however since it is a Maven repo they are sort of required. We do however use the ivy files. Now here is my problem. I can't figure out a way to deploy the generated ivy.xml to Nexus. I googled it, read the gradle manual (0.8), looked over the samples, and tried a bunch of things but to no avail.
I know I could always write a Ant/Ivy build script to handle the publishing but I am hoping for a "pure" gralde way to handle this. Any help would be greatly appreciated. -- View this message in context: http://old.nabble.com/Puslish-Generated-ivy.xml-To-Maven-Repo-tp28297989p28297989.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
