views:

42

answers:

2

I need to use the Tycho plug-in for Maven behind a firewall that requires authentication. The workaround here:

https://issues.sonatype.org/browse/TYCHO-279

Nearly works, I just need a way of providing a username and password.

Can anyone help?

A: 

Try adding

-Dhttp.proxyUser=username -Dhttp.proxyPassword=password
Synesso
I had tried that and it didn't work unfortunately. I think a Tycho code change may be required to fix this.
Simon
A: 

You have to use -Dhttp.proxy.usr=NAME Not sure about the name of the password parameter...

Wizard of Kneup
Doesn't work I'm afraid.
Simon