On 15/01/2012, at 1:36 PM, Russel Winder <rus...@russel.org.uk> wrote:

> On Sat, 2012-01-14 at 19:24 -0700, Daz DeBoer wrote:
>> http://wiki.gradle.org/display/GRADLE/Gradle+1.0-milestone-8+Migration+Guide
> 
> So how to upload to Codehaus using WebDav?
> 
> Currently I do this:
> 
>      it.repositories.add ( new WebdavResolver ( ) ) {
>        name = 'gantDistributions'
>        user = codehausUsername
>        userPassword = codehausPassword
>        addArtifactPattern 'https://dav.codehaus.org/' + ( 
> gantVersion.contains ( 'SNAPSHOT' ) ? 'snapshots.' : '' ) + 
> 'dist/gant/distributions/[artifact]-[revision](-[classifier]).[ext]'
>      }
> 

The server at Codehaus will accept PUT requests. I think this means you could 
use the HTTP resolver.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to