Re: problem to connect to peo...@apache.org via putty

2016-08-10 Thread Olivier Lamy
Hey people.apache.org is now home.apache.org You should have received an email for that? Cheers Olivier On 11 August 2016 at 05:57, Tibor Digana wrote: > I can connect to peo...@apache.org via WinSCP. First time it asked me to > update the certificate and I am in, but I

problem to connect to peo...@apache.org via putty

2016-08-10 Thread Tibor Digana
I can connect to peo...@apache.org via WinSCP. First time it asked me to update the certificate and I am in, but I cannot login via PuTTY. Did peo...@apache.org change the host or certificate or do you know why PuTTY has problem to connect? Cheers Tibor

Re: Remote repositories in unpack and copy goal of maven-dependency-plugin

2016-08-10 Thread Robert Scholte
Hi Guillaume, I removed it because I assumed that the RepositorySession is already aware of the RemoteRepositories. All integration tests kept working after this change. But it seems like you found a case where it is required. So you can write an integration test to prevent regression in the

re: Remote repositories in unpack and copy goal of maven-dependency-plugin

2016-08-10 Thread Guillaume Boué
Looks like the XML config was stripped... (?) but the remote repo I tested with was at the URL "http://bits.netbeans.org/nexus/content/groups/netbeans/;, keeping the default for everything else.     > Message du 10/08/16 20:43 > De : "Guillaume Boué" > A : "dev" > Copie à : > Objet :

Remote repositories in unpack and copy goal of maven-dependency-plugin

2016-08-10 Thread Guillaume Boué
Hello,   In the current 3.0.0-SNAPSHOT version of the maven-dependency-plugin, I noticed that the unpack and copy goals do not resolve artifacts from remote repositories configured in the POM. This used to work in the version 2.10.   To reproduce the issue, it is possible to add a remote