Under the debugger, I get to the following trace (just the top, or the bottom as you wish):
[1] org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.execute (HttpRequestExecutor.java:112)
[2] org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector.tryExecute (DefaultRequestDirector.java:645)
[3] org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector.execute (DefaultRequestDirector.java:464)
[4] org.apache.maven.wagon.providers.http.httpclient.impl.client.AbstractHttpClient.execute (AbstractHttpClient.java:820)
[5] org.apache.maven.wagon.providers.http.httpclient.impl.client.AbstractHttpClient.execute (AbstractHttpClient.java:754)
[6] org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:674)
Now, how can I convince the debugger to find the sources?
The problem I have is that the package part is the result of shading, i.e. it doesn't match the package mentioned in the sources...
I admit in addition that I have some trouble getting the exact versions...
Thanks,