On Mar 9, 2009, at 11:08 PM, kweiner wrote:
How can I add a Maven 2 repository that is protected by basic authentication? I currently have the following, but I don't know where to put the user nameand password. dependencies { addMavenStyleRepo('internal', 'http://my.server.com/repository/internal/') } Thanks.
See the thread 'Protected Repositories': http://markmail.org/thread/7wgf7l7nxntyal7a for a solution to your problem. Ivy makes this pretty hard, but it works. In a future version of Gradle we will make solving this use case more convenient to our users.
- Hans -- Hans Dockter Gradle Project lead http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
