micke wrote: > > What we want is the maven kind of install functionality which will install > it into our local cache and make it available on my machine. Then when the > artifact is ready I want to be able to "deploy" it to the shared repo for > other devs to use. >
Gradle's Maven plugin allows you to "gradle install" to the local Maven repository. Other builds can get access to this by declaring a "mavenLocal()" repository. Is this what you are looking for? -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradle Inc. http://www.gradle.biz Creator, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/How-do-I-emulate-the-maven-install-deploy-goals-using-Gradle-tp3377432p3377667.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
