Hi Jerod,
On Jun 3, 2008, at 8:50 PM, JerodLass wrote:
If I add a Maven2 repository resolver:
dependencies{
addMavenRepo()
}
How can I configure my Maven proxy settings? When I come up with a
settings.xml file, where do I need to put it? Thanks in advance
for any
help...
This time you don't have to worry that your question is not
interesting ;) Gradle hasn't thought about proxies yet.
Could you try something like the following:
ant.setproxy(proxyhost: "host", proxyport="80", proxyuser="user",
proxypassword="password")
dependencies {
addMavenRepo()
}
Does it work?
- Hans
-Jerod
--
View this message in context: http://www.nabble.com/maven-
repository-tp17630249p17630249.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
--
Hans Dockter
Gradle Project lead
http://www.gradle.org
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email