Geb deploys to the codehaus Nexus instance. https://github.com/geb/geb/blob/master/build.gradle
The major issue I had was that the existing PGP plugin is hardcoded to sign artefacts from the “archives” configuration, which meant putting source and javadoc jars in this configuration which is a *really bad idea*. So I forked this plugin and pulled it in as a git submodule in buildSrc to make it work with my extra configuration. On 16/04/2011, at 11:27 AM, Howard Lewis Ship wrote: > Has anyone using Gradle figured out how to get Gradle to deploy into > the Apache Nexus artifact manager? This is a key step for Tapestry > deployments, and it currently handled via Maven (with lots of > references to parent POMs, ad nauseum). Before I jump into this, I'm > curious is someone else has already tacked it. Thanks! > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to > learn how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
