I am now exploring the idea of publishing to a repository, and I was
wondering if there's an easy way to do this.  What I have tried so far is
along the lines of:

uploadLibs.configure{uploadResolvers.add(name: 'PublishRepo', url:
'http://server/published/maven/maven-repo', username: 'repoadmin', password:
'adminpass')}

Which would then add the resolver, associated with the repository, for
uploadLibs to publish to.  I noticed that gradle ends up calling ivy's
publish in the DefaultDependencyManager class, and I was just wondering how
I can ship something out to a repo in gradle.  My options are scp, sftp, and
using webdav for an http publish (I also noticed some WebDav classes).  Any
tips would be much appreciated.

-Jerod
-- 
View this message in context: 
http://www.nabble.com/publish-tp17800341p17800341.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


Reply via email to