Re: Use of Multiple Local Repositories

2015-06-04 Thread Curtis Rueden
Hi Mehdi, it could be great if we can use multiple local reposiry for a build That has been discussed before on the list [1]. It was an interesting discussion but ultimately Maven does not support such a feature. I think it would be useful if a motivated party pursued it, though. Regards,

Re: Use of Multiple Local Repositories

2015-06-04 Thread Mehdi Hayani
Thank u for your answer. @Jeff, if we declare local repo 1 as a remote Maven repo, During the build, Maven will copy dependencies from local repo 1 to local repo 2, and one of the reasons of trying to set up two local repos at the same time is to avoid dependencies duplication between projects

Use of Multiple Local Repositories

2015-06-04 Thread Mehdi Hayani
Hello, I'm actually working on a continuous integration platform, and most of the projects are using Maven as a build tool. We've found that there is a list of dependencies and plugins most of the projects have to download in addition of there specific dependencies. Therefore, I though it could

Re: Use of Multiple Local Repositories

2015-06-04 Thread Jeff MAURY
Then declare local repo 1 as a remove Maven repo accessed from the file: URL prefix Jeff On Thu, Jun 4, 2015 at 11:41 AM, Curtis Rueden ctrue...@wisc.edu wrote: Hi Mehdi, it could be great if we can use multiple local reposiry for a build That has been discussed before on the list [1]. It

Re: Use of Multiple Local Repositories

2015-06-04 Thread Pascal Rapicault
You can take a look at https://github.com/takari/tesla-split-localrepo I remember seeing a demo of this, but I don't know if it is working with recent versions of Maven / Aether HTH On 06/04/2015 04:30 AM, Mehdi Hayani wrote: Hello, I'm actually working on a continuous integration