Re: [Help] Force maven[-surefire] to run in parallel

2017-03-15 Thread Thomas Broyer
Hi, On Wed, Mar 15, 2017 at 2:11 PM Luis Henrique de Souza Melo < l...@cin.ufpe.br> wrote: > Hi, > > I am a student at the Federal University of Pernambuco, and our group is > having some issues with Maven to run some tests in a huge amount of > projects. > > We plan to run all theses

Re: [Help] Force maven[-surefire] to run in parallel

2017-03-15 Thread Charles Honton
You should consider that if the project’s tests were not written with multi-threading in mind, they may fail. > On Mar 15, 2017, at 6:56 AM, Thomas Broyer wrote: > > Hi, > > On Wed, Mar 15, 2017 at 2:11 PM Luis Henrique de Souza Melo < > l...@cin.ufpe.br> wrote: > >> Hi,

Re: [Help] Force maven[-surefire] to run in parallel

2017-03-15 Thread Luis Henrique de Souza Melo
@Thomas Broyer Thanks, we will try to run with these args and ignore those who does not behave like expected... In parallel, we are still looking for other alternatives if there is any. @Charles Honton Thanks for this information. I am considering that. Em qua, 15 de mar de 2017 às 11:15,

[Help] Force maven[-surefire] to run in parallel

2017-03-15 Thread Luis Henrique de Souza Melo
Hi, I am a student at the Federal University of Pernambuco, and our group is having some issues with Maven to run some tests in a huge amount of projects. We plan to run all theses open-source projects tests in parallel and in sequential using its own maven. However, we cannot change every

Maven Shade Plugin - How to Shade

2017-03-15 Thread Manish Maheshwari
Hi, Quick help - This is the first time i am using the shade plugin. I saw the shading documentation here - but could not figure out which transformer should I use - https://maven.apache.org/plugins/maven-shade-plugin/examples/resource-transformers.html My requirement is this - I am using

Maven Resolver question re: local repo and mirrors

2017-03-15 Thread Laird Nelson
Hello; I'm putting together a client, I guess, of the Maven Artifact Resolver APIs (https://maven.apache.org/resolver/maven-resolver-api/). I am trying to make my client be as Maven-like as possible. So I'm using, among other things, MavenRepositorySystemUtils. I can, of course, go into more