Re: Maven wagon-http Issue

2014-09-30 Thread Olivier Lamy
lloch [mailto:mccu...@gmail.com] > Sent: Thursday, September 25, 2014 9:13 AM > To: Maven Developers List > Subject: Re: Maven wagon-http Issue > > On 25 Sep 2014, at 03:34, Igor Fedorenko wrote: > >> No, you are not missing anything. We don't usually use the connec

RE: Maven wagon-http Issue

2014-09-30 Thread Robert Patrick
://www.amazon.com/ -Original Message- From: Stuart McCulloch [mailto:mccu...@gmail.com] Sent: Thursday, September 25, 2014 9:13 AM To: Maven Developers List Subject: Re: Maven wagon-http Issue On 25 Sep 2014, at 03:34, Igor Fedorenko wrote: > No, you are not missing anything. We do

RE: Maven wagon-http Issue

2014-09-25 Thread Robert Patrick
9:06 AM To: dev@maven.apache.org Subject: Re: Maven wagon-http Issue Do you mind explaining what okhttp connector does wrong? I'd like this usecase to work in m2e as this sounds like something many organization would want to use. I am setting up a test for this, but I don't know enoug

Re: Maven wagon-http Issue

2014-09-25 Thread Stuart McCulloch
On 25 Sep 2014, at 03:34, Igor Fedorenko wrote: > No, you are not missing anything. We don't usually use the connector as > build extension and there appear some sisu/guice related bugs that > result in the exception you see. I took a quick look and it’s not actually a bug in sisu/guice causing

RE: Maven wagon-http Issue

2014-09-25 Thread Robert Patrick
, September 25, 2014 9:06 AM To: dev@maven.apache.org Subject: Re: Maven wagon-http Issue Do you mind explaining what okhttp connector does wrong? I'd like this usecase to work in m2e as this sounds like something many organization would want to use. I am setting up a test for this, but I don&#

Re: Maven wagon-http Issue

2014-09-25 Thread Igor Fedorenko
Book Home Page: http://www.wrox.com/ Kindle Version: http://www.amazon.com/ -Original Message- From: Mark Nelson Sent: Thursday, September 25, 2014 12:27 AM To: dev@maven.apache.org Subject: Re: Maven wagon-http Issue Thanks a lot Igor, I tried this release, and I am still getting authorizat

RE: Maven wagon-http Issue

2014-09-25 Thread Robert Patrick
, September 25, 2014 12:27 AM To: dev@maven.apache.org Subject: Re: Maven wagon-http Issue Thanks a lot Igor, I tried this release, and I am still getting authorization errors (see below). In order to see what is going on, I have been using a HTTP proxy (fiddler) to see all the requests, headers

Re: Maven wagon-http Issue

2014-09-24 Thread Mark Nelson
From the javax.net.debug output, it looks like it is getting redirected to the authentication server, which sends back a 401, and then it does not send credentials, but rather just prints an error and gives up. Mark Nelson | Architect | 61.2.9491.1177 Platform Engineering Oracle Development htt

Re: Maven wagon-http Issue

2014-09-24 Thread Mark Nelson
Thanks a lot Igor, I tried this release, and I am still getting authorization errors (see below). In order to see what is going on, I have been using a HTTP proxy (fiddler) to see all the requests, headers, cookies, etc. To do that, I need to tell Maven to ignore the SSL, which I have been d

Re: Maven wagon-http Issue

2014-09-24 Thread Igor Fedorenko
No, you are not missing anything. We don't usually use the connector as build extension and there appear some sisu/guice related bugs that result in the exception you see. I just released version 0.12.1 of the connector, which appears to work with maven 3.2.3 and I assume will work with earlier 3

Re: Maven wagon-http Issue

2014-09-24 Thread Mark Nelson
Same error with 0.12.0 - maybe I am missing some necessary configuration? All I did was add a build/extension with the GAV for this wagon. Is there anything else I need to do to enable it? Mark Nelson | Architect | 61.2.9491.1177 Platform Engineering Oracle Development http://redstack.wordpress.c

Re: Maven wagon-http Issue

2014-09-24 Thread Mark Nelson
Thanks for the suggestion, but it still gives the same error. Mark Nelson | Architect | 61.2.9491.1177 Platform Engineering Oracle Development http://redstack.wordpress.com/ "Oracle BPM Suite 11g: Advanced BPMN Topics" by Mark Nelson and Tanya Williams http://bit.ly/UbNKLD On 9/25/2014 12:04 PM

Re: Maven wagon-http Issue

2014-09-24 Thread Jason van Zyl
We updated 0.13.1 of the connector to use Aether 1.0, but 3.2.3 still uses 0.9.0.M2 so you'll need to use the 0.13.0 version of the connector. There were API changes in Aether. On Sep 24, 2014, at 9:11 PM, Mark Nelson wrote: > I tired 3.2.1 and 3.2.3. > > Mark Nelson | Architect | 61.2.9491.1

Re: Maven wagon-http Issue

2014-09-24 Thread Mark Nelson
I tired 3.2.1 and 3.2.3. Mark Nelson | Architect | 61.2.9491.1177 Platform Engineering Oracle Development http://redstack.wordpress.com/ "Oracle BPM Suite 11g: Advanced BPMN Topics" by Mark Nelson and Tanya Williams http://bit.ly/UbNKLD On 9/25/2014 11:09 AM, Igor Fedorenko wrote: What maven v

Re: Maven wagon-http Issue

2014-09-24 Thread Igor Fedorenko
What maven version do you use? On September 24, 2014 9:00:00 PM EDT, Mark Nelson wrote: >Hi Igor, > >I am trying to use this okhttp-based wagon, but it is giving me an odd >error that I have not seen before. >I tried different versions of Maven and Java (7 and 8), and I went >through the code

Re: Maven wagon-http Issue

2014-09-24 Thread Mark Nelson
Hi Igor, I am trying to use this okhttp-based wagon, but it is giving me an odd error that I have not seen before. I tried different versions of Maven and Java (7 and 8), and I went through the code to see if I could find any configuration properties that I needed to set in a build/plugin/conf

Re: Maven wagon-http Issue

2014-09-24 Thread Igor Fedorenko
There is yet another http connector implementation [1] (the more the merrier, right? :-) ). It is based on square okhttp client and is pretty simple. I didn't try redirects, but auth credentials are not scoped to a specific url, so there is a chance this connector may work. This is the connector

Maven wagon-http Issue

2014-09-24 Thread Robert Patrick
Hi, Sorry if this isn't worthy of the developers list but I believe that it is appropriate. We are trying to stand up a highly-available Maven repository that is protected by an SSO solution using Basic Auth over SSL. The architecture is as follows: 1.)Maven clients connect over