Re: Surefire - Run tests on remote hosts through SSH

2013-02-18 Thread Julien Nicoulaud
Thanks for the heads up. I took a deeper look at Surefire code, and it seems to me this could be done directly on the client side by just wrapping CommandLineUtils.executeCommandLine() in ForkStarter ( https://github.com/apache/maven-surefire/blob/master/maven-surefire-common/src/main/java/org/apa

Re: Surefire - Run tests on remote hosts through SSH

2013-02-18 Thread Jeff MAURY
Looks interesting but sharing the current work dir is not enough: - what about dependencies (in local repo or in reactor) - what about multi modules project Jeff Le 18 févr. 2013 10:52, "Julien Nicoulaud" a écrit : > Hi all, > > I'm writing a Maven plugin for Vagrant ( > http://nicoulaj.github.c

Re: Missing dependencies in Apache Snapshots Repo

2013-02-18 Thread Olivier Lamy
2013/2/18 Francesco Mari : > Maybe the question is a little bit off-topic, but what's the point in > having a mirror on GitHub if you switched to your own git? Do you have > any plan for those mirrors? You can use pull requests to send patches. I have no idea why github mirror is not up2date It loo

Re: Missing dependencies in Apache Snapshots Repo

2013-02-18 Thread Francesco Mari
Maybe the question is a little bit off-topic, but what's the point in having a mirror on GitHub if you switched to your own git? Do you have any plan for those mirrors? 2013/2/18 Francesco Mari : > I think the issue is that I'm using the GitHub mirror. I think I > should switch to Apache's own git

Re: Missing dependencies in Apache Snapshots Repo

2013-02-18 Thread Francesco Mari
I think the issue is that I'm using the GitHub mirror. I think I should switch to Apache's own git server. 2013/2/18 Anders Hammar : > http://jira.codehaus.org/browse/MNG-5430 > > Looks like Olivier fixed this so try updating from the repo. Btw, you are > using the new git repo and not the old svn

Re: Missing dependencies in Apache Snapshots Repo

2013-02-18 Thread Anders Hammar
http://jira.codehaus.org/browse/MNG-5430 Looks like Olivier fixed this so try updating from the repo. Btw, you are using the new git repo and not the old svn repo? /Anders On Mon, Feb 18, 2013 at 4:44 PM, Anders Hammar wrote: > Those artifacts have been released (v2.4), so we need to update o

Re: Missing dependencies in Apache Snapshots Repo

2013-02-18 Thread Olivier Lamy
https://git-wip-us.apache.org/repos/asf?p=maven.git;a=blob_plain;f=pom.xml;hb=master so already the case since 7 days: https://git-wip-us.apache.org/repos/asf?p=maven.git;a=commit;h=40ecab772cfd5412d0b5464abec8a477bbdea8c3 you need to update your git clone. 2013/2/18 Anders Hammar : > Those artif

Re: Missing dependencies in Apache Snapshots Repo

2013-02-18 Thread Anders Hammar
Those artifacts have been released (v2.4), so we need to update out poms. Until then you can do that yourself locally. /Anders On Mon, Feb 18, 2013 at 4:35 PM, Francesco Mari wrote: > Hi, > > I tried to build Maven from scratch. I have the following error when > building Maven Aether Provider 3

Missing dependencies in Apache Snapshots Repo

2013-02-18 Thread Francesco Mari
Hi, I tried to build Maven from scratch. I have the following error when building Maven Aether Provider 3.1.-SNAPSHOT: [ERROR] Failed to execute goal on project maven-aether-provider: Could not resolve dependencies for project org.apache.maven:maven-aether-provider:jar:3.1-SNAPSHOT: The following

Re: Surefire - Run tests on remote hosts through SSH

2013-02-18 Thread Kristian Rosenvold
The surefire mailing list has been shut down. I see the pom still points to the old lists, so I'll remove that. As for your main issue, this has been discussed somewhat back and forth in http://jira.codehaus.org/browse/SUREFIRE-811, you may want to take a look at that. The extension points you wis

maven-wagon pull request: Fix proposal for WAGON-384

2013-02-18 Thread williambernardet
Github user williambernardet closed the pull request at: https://github.com/apache/maven-wagon/pull/1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org