Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Tushar Kapila
+1 can be a separate project if anyone wants to pursue it. On Wed, 29 May, 2019, 09:38 Bernd Prager, wrote: > +1 > > On 29/5/62 01:54, Robert Scholte wrote: > > Hi, > > > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers and the huge amount

Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Bernd Prager
+1 On 29/5/62 01:54, Robert Scholte wrote: > Hi, > > The Apache Maven project consist of about 100 (sub)projects. Due to the small > number of volunteers and the huge amount of code to maintain we're missing > enough space to make real progress on all these projects, including our > ambitious

Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Arnaud Héritier
Whaouuu it's still here !!! +1 On Tue, May 28, 2019 at 10:51 PM Karl Heinz Marbaise wrote: > Hi, > > +100 from me... > > Kind regard > Karl Heinz Marbaise > > On 28.05.19 20:54, Robert Scholte wrote: > > Hi, > > > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small

Re: Maven local repo in a common global directory for multiple parallel execution

2019-05-28 Thread Francois MAROT
Hi, if you run multiple jobs concurrently but all are agnostic to one another (I mean they only depend on Maven Central's non SNAPSHOT dependencies) and if disk space is a problem then you can try to have a common local repo. But if you want to play safe, you should use a per Jenkins executor

Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Karl Heinz Marbaise
Hi, +100 from me... Kind regard Karl Heinz Marbaise On 28.05.19 20:54, Robert Scholte wrote: Hi, The Apache Maven project consist of about 100 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on

Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Enrico Olivelli
+1 ( non binding ) Enrico Il mar 28 mag 2019, 21:43 Tibor Digana ha scritto: > +1 > > On Tue, May 28, 2019 at 8:55 PM Robert Scholte > wrote: > > > Hi, > > > > The Apache Maven project consist of about 100 (sub)projects. Due to the > > small number of volunteers and the huge amount of code to

Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Tibor Digana
+1 On Tue, May 28, 2019 at 8:55 PM Robert Scholte wrote: > Hi, > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space to make real progress on all these projects, including >

Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Anders Hammar
+1 /Anders On Tue, May 28, 2019 at 8:54 PM Robert Scholte wrote: > Hi, > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space to make real progress on all these projects,

Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Bruno Borges
Non-binding vote: +1 On Tue, May 28, 2019 at 11:55 AM Robert Scholte wrote: > Hi, > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space to make real progress on all these

[VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Robert Scholte
Hi, The Apache Maven project consist of about 100 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on all these projects, including our ambitious ideas for the next major version(s) of Maven itself. To

Re: Maven local repo in a common global directory for multiple parallel execution

2019-05-28 Thread Jason Young
Bernd, I believe the OP is talking about using the -T argument to build projects concurrently, not running concurrent Jenkins builds. However, I would still absolutely use per-executor repos before having more than one concurrent Maven build, whether its the same job or different Maven jobs. On

[ANN] Apache Maven Checkstyle Plugin 3.1.0 Released

2019-05-28 Thread Enrico Olivelli
The Apache Maven team is pleased to announce the release of the Apache Maven Checkstyle Plugin, version 3.1.0 The Checkstyle Plugin generates a report regarding the code style used by the developers. For more information about Checkstyle, see http://checkstyle.sourceforge.net/. This version of