Re: [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.1

2020-02-14 Thread Enrico Olivelli
Hi, The vote has passed with the following result: +1 : Olivier Lamy, Arnaud Héritier, Romain Manni-Bucau, Stephane Nicoll, Benjamin Marwell, Hervé BOUTEMY PMC quorum: reached I will promote the artifacts to the central repo. Enrico Olivelli Il giorno mer 12 feb 2020 alle ore 10:35 Olivier L

Re: Maven GroupID authority

2020-02-14 Thread Manfred Moser
>From what I know it is no taken into account by the resolver. Elliotte Rusty Harold wrote on 2020-02-14 14:25 (GMT -08:00): > On Fri, Feb 14, 2020 at 5:12 PM Hervé BOUTEMY wrote: >> >> Le vendredi 14 février 2020, 14:11:07 CET Elliotte Rusty Harold a écrit : >> > Changing group IDs of existing

Re: Maven GroupID authority

2020-02-14 Thread Elliotte Rusty Harold
On Fri, Feb 14, 2020 at 5:12 PM Hervé BOUTEMY wrote: > > Le vendredi 14 février 2020, 14:11:07 CET Elliotte Rusty Harold a écrit : > > Changing group IDs of existing projects is a very bad idea. > there is relocation strategy: > https://maven.apache.org/guides/mini/guide-relocation.html > but AFAI

Re: [ANN] Apache Maven Shade Plugin 3.2.2 Released

2020-02-14 Thread Falko Modler
Thanks to everyone involved! Am 13.02.2020 um 22:03 schrieb Hervé Boutemy: The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.2.2 This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to sha

Re: Maven GroupID authority

2020-02-14 Thread Hervé BOUTEMY
Le vendredi 14 février 2020, 14:11:07 CET Elliotte Rusty Harold a écrit : > Changing group IDs of existing projects is a very bad idea. there is relocation strategy: https://maven.apache.org/guides/mini/guide-relocation.html but AFAIK, it is under-tested... > Not only > does this break too many pr

Re: AW: [ANN] Apache Maven Shade Plugin 3.2.2 Released

2020-02-14 Thread Hervé BOUTEMY
thanks for the positive feedback :) Le vendredi 14 février 2020, 17:02:36 CET Markus KARG a écrit : > Yippi! :-) > > -Ursprüngliche Nachricht- > Von: Hervé Boutemy [mailto:hbout...@apache.org] > Gesendet: Donnerstag, 13. Februar 2020 22:03 > An: annou...@maven.apache.org; us...@maven.apac

AW: [ANN] Apache Maven Shade Plugin 3.2.2 Released

2020-02-14 Thread Markus KARG
Yippi! :-) -Ursprüngliche Nachricht- Von: Hervé Boutemy [mailto:hbout...@apache.org] Gesendet: Donnerstag, 13. Februar 2020 22:03 An: annou...@maven.apache.org; us...@maven.apache.org; dev@maven.apache.org Betreff: [ANN] Apache Maven Shade Plugin 3.2.2 Released The Apache Maven team is p

Re: Maven GroupID authority

2020-02-14 Thread Jonathan Valliere
Christian, Those references are amazing and prove my point about the need to improve the process to prevent imposters and other types of name collisions. On Fri, Feb 14, 2020 at 1:35 AM Christian Stein wrote: > On Fri, Feb 14, 2020 at 6:37 AM Manfred Moser > wrote: > > > From the very start o

Re: Maven Wrapper

2020-02-14 Thread Christofer Dutz
Hi Robert, Well I am just worried, that in the end the situation in the incubator will not change. There still might be -1 votes for not mentioning in the LICENSE that software from the ASF is included in a software package that is ASF anyway. I do recall that it is considered nice to reference

Re: Maven GroupID authority

2020-02-14 Thread Elliotte Rusty Harold
Changing group IDs of existing projects is a very bad idea. Not only does this break too many projects to count that are in production today. It also introduces diamond dependencies and weird classpath issues into projects because the same classes can now be pulled in from multiple artifact jars. I