Re: Use of Multiple Local Repositories

2015-06-04 Thread Mehdi Hayani
/%3C1617140979.4777131.1383039481273.JavaMail.root%40imag.fr%3E * On Thu, Jun 4, 2015 at 10:30 AM, Mehdi Hayani hayani.mehdi...@gmail.com wrote: 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

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

Use of one POM parent or many each for a scope

2015-05-28 Thread Mehdi Hayani
Hello team, Actually, I'm building a pom parent that all applications under the enitty where I'm working will have to implement. The idea is to specify all the dependencies and plugins inside the pom parent with the version using the dependencyManagement and pluginManagement, and at the