Re: New Commiter: Elliotte Rusty Harold

2019-12-13 Thread Hervé BOUTEMY
welcome Elliotte!
eager to see you committing even more now  :)

Regards,

Hervé

Le vendredi 13 décembre 2019, 17:29:22 CET Karl Heinz Marbaise a écrit :
> Hi Elliotte,
> 
> the Project Management Committee (PMC) for Apache Maven
> has invited you Elliotte to become a committer and
> we are pleased to announce that you have accepted the invitation.
> 
> Being a committer enables easier contribution to the
> project since there is no need to go via the patch
> submission process. This should enable better productivity.
> 
> Elliotte, welcome and enjoy!
> 
> Kind regards
> Karl Heinz Marbaise
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org





-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Apache Maven Release Plugin version 3.0.0-M1

2019-12-13 Thread Hervé BOUTEMY
Le jeudi 12 décembre 2019, 01:48:53 CET Olivier Lamy a écrit :
> +1
> 
> Nice to see you doing some archeology :P
you're right, fixing little reproducibility issues is a little bit like 
archeology :)
but at least, there are efficient tools to quickly pin issues:
- maven-buildinfo-plugin to easily get the checksum of every artifacts (and 
I'll probably add a few other goals given experience on this vote)
- diffoscope to dig into differences
In the near future, with experience of a few releases, I really hope that the 
check will be an easy "ok, got the same checksums in buildinfo", avoiding the 
investigation on little differences...

Regards,

Hervé

> 
> On Thu, 12 Dec 2019 at 09:42,  wrote:
> > Here is my +1
> > 
> > On reproducibility test, I took time to install a JDK 7 on my Mac and
> > test, and the results are not as good as expected:
> > - sources.jar are all different, because of a different order of
> > META-INF/LICENSE DEPENDENCIES and NOTICE
> > - maven-release-plugin-3.0.0-M1.jar is different, just because I forgot to
> > upgrade maven-plugin-tools (using version 3.2 which puts a date in
> > generated xml)
> > - maven-release-manager-3.0.0-M1.jar is different because I forgot to
> > upgrade plexus-components-metadata
> > Then 2 stupid plugins upgrade forgotten and one issue to dig into
> > regarding the files in META-INF
> > But this is going in the right direction
> > 
> > Regards,
> > 
> > Hervé
> > 
> > - Mail original -
> > De: "Enrico Olivelli" 
> > À: "Maven Developers List" 
> > Envoyé: Mercredi 11 Décembre 2019 16:59:31
> > Objet: Re: [VOTE] Release Apache Maven Release Plugin version 3.0.0-M1
> > 
> > +1 (non binding)
> > 
> > Only tested on Mac with JDK12.
> > 
> > Java version: 12.0.2, vendor: AdoptOpenJDK, runtime:
> > /Users/enrico.olivelli/dev/jdk-12
> > 
> > Default locale: it_IT, platform encoding: UTF-8
> > 
> > mvn clean install -Prun-its
> > 
> > INFO] Reactor Summary for Maven Release 3.0.0-M1:
> > 
> > [INFO]
> > 
> > [INFO] Maven Release .. SUCCESS [
> > 3.639
> > s]
> > 
> > [INFO] Maven Release APIs . SUCCESS [
> > 2.492
> > s]
> > 
> > [INFO] Maven Release Manager .. SUCCESS [01:38
> > min]
> > 
> > [INFO] Maven Release Plugin ... SUCCESS [04:36
> > min]
> > 
> > [INFO] Maven Release Odd-Even Policy .. SUCCESS [
> > 2.171
> > s]
> > 
> > [INFO] Maven Release SemVer Policy  SUCCESS [
> > 3.798
> > s]
> > 
> > [INFO]
> > 
> > 
> > [INFO] BUILD SUCCESS
> > 
> > [INFO]
> > 
> > 
> > [INFO] Total time:  06:27 min
> > 
> > [INFO] Finished at: 2019-12-11T17:58:08+01:00
> > 
> > All its run without problems.
> > 
> > Enrico
> > 
> > Il giorno mer 11 dic 2019 alle ore 17:35 Herve Boutemy <
> > hbout...@apache.org>
> > 
> > ha scritto:
> > > nobody interested? Or I was too hard on testing reproducibility with JDK
> > 
> > 7?
> > 
> > > This reproducibility test is just an option, don't hesitate to not test
> > > On next vote, I'll do the release with JDK 8, which will be easier for
> > > everyone to have on his computer...
> > > 
> > > Regards,
> > > 
> > > Hervé
> > > 
> > > On 2019/12/08 23:35:03, Hervé BOUTEMY  wrote:
> > > > Hi,
> > 
> > > > We solved 41 issues:
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317824;
> > version=12331214=Text> 
> > > > Staging repo:
> > > > https://repository.apache.org/content/repositories/maven-1544/
> > 
> > https://repository.apache.org/content/repositories/maven-1544/org/apache/m
> > aven/release/maven-release/3.0.0-M1/maven-release-3.0.0-M1-source-release.
> > zip> 
> > > > Source release checksum(s):
> > 
> > > > maven-release-3.0.0-M1-source-release.zip sha512:
> > e4eb349406bf1c823a68c83af77084f4838d0b32a05aeae178c3cda5442baef69f9cf1704b
> > 19ca32daac68decaafdc86a661e767074315a1f0ac0b8e4633b853> 
> > > > Staging site:
> > https://maven.apache.org/maven-release-archives/maven-release-LATEST/maven
> > -release-plugin/> 
> > > > https://maven.apache.org/maven-release-archives/maven-release-LATEST/
> > 
> > > > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> > 
> > > > In addition to these instructions, I'd like voters to check
> > 
> > Reproducible
> > 
> > > Build and report: to do so
> > > 
> > > > 1. please install locally maven-buildinfo-plugin
> > > 
> > > https://github.com/apache/maven-studies/tree/maven-buildinfo-plugin
> > > 
> > > > 2. use JDK 7 and any Unix and build with "mvn -Papache-release,run-its
> > > 
> > > -Dgpg.skip verify buildinfo:save"
> > > 
> > > > If you are building on Windows, please add "-Dline.separator="\n""...
> > > > 3. check the content of
> > 
> > 

[RESULT] [VOTE] Release Apache Maven Release Plugin version 3.0.0-M1

2019-12-13 Thread Hervé BOUTEMY
Hi,

The vote has passed with the following result:

+1 : Enrico Olivelli, Olivier Lamy, Robert Scholte, Hervé Boutemy

PMC quorum reached

I will promote the artifacts to the central repo.



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: New Commiter: Elliotte Rusty Harold

2019-12-13 Thread Christian Stein
Cheers, Elliote!

On Fri, Dec 13, 2019 at 8:39 PM Enrico Olivelli  wrote:

> Welcome!
>
> Kudos
>
> Enrico
>
> Il ven 13 dic 2019, 19:31 Martin Gainty  ha scritto:
>
> > welcome Elliotte!
> >
> > martin
> >
> > 
> > From: Karl Heinz Marbaise 
> > Sent: Friday, December 13, 2019 11:29 AM
> > To: dev@maven.apache.org ; elh...@ibiblio.org <
> > elh...@ibiblio.org>
> > Subject: New Commiter: Elliotte Rusty Harold
> >
> > Hi Elliotte,
> >
> > the Project Management Committee (PMC) for Apache Maven
> > has invited you Elliotte to become a committer and
> > we are pleased to announce that you have accepted the invitation.
> >
> > Being a committer enables easier contribution to the
> > project since there is no need to go via the patch
> > submission process. This should enable better productivity.
> >
> > Elliotte, welcome and enjoy!
> >
> > Kind regards
> > Karl Heinz Marbaise
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>


Re: New Commiter: Elliotte Rusty Harold

2019-12-13 Thread Enrico Olivelli
Welcome!

Kudos

Enrico

Il ven 13 dic 2019, 19:31 Martin Gainty  ha scritto:

> welcome Elliotte!
>
> martin
>
> 
> From: Karl Heinz Marbaise 
> Sent: Friday, December 13, 2019 11:29 AM
> To: dev@maven.apache.org ; elh...@ibiblio.org <
> elh...@ibiblio.org>
> Subject: New Commiter: Elliotte Rusty Harold
>
> Hi Elliotte,
>
> the Project Management Committee (PMC) for Apache Maven
> has invited you Elliotte to become a committer and
> we are pleased to announce that you have accepted the invitation.
>
> Being a committer enables easier contribution to the
> project since there is no need to go via the patch
> submission process. This should enable better productivity.
>
> Elliotte, welcome and enjoy!
>
> Kind regards
> Karl Heinz Marbaise
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: New Commiter: Elliotte Rusty Harold

2019-12-13 Thread Martin Gainty
welcome Elliotte!

martin


From: Karl Heinz Marbaise 
Sent: Friday, December 13, 2019 11:29 AM
To: dev@maven.apache.org ; elh...@ibiblio.org 

Subject: New Commiter: Elliotte Rusty Harold

Hi Elliotte,

the Project Management Committee (PMC) for Apache Maven
has invited you Elliotte to become a committer and
we are pleased to announce that you have accepted the invitation.

Being a committer enables easier contribution to the
project since there is no need to go via the patch
submission process. This should enable better productivity.

Elliotte, welcome and enjoy!

Kind regards
Karl Heinz Marbaise

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: New Commiter: Elliotte Rusty Harold

2019-12-13 Thread Arnaud Héritier
Welcome Elliotte !

On Fri, Dec 13, 2019 at 5:29 PM Karl Heinz Marbaise 
wrote:

> Hi Elliotte,
>
> the Project Management Committee (PMC) for Apache Maven
> has invited you Elliotte to become a committer and
> we are pleased to announce that you have accepted the invitation.
>
> Being a committer enables easier contribution to the
> project since there is no need to go via the patch
> submission process. This should enable better productivity.
>
> Elliotte, welcome and enjoy!
>
> Kind regards
> Karl Heinz Marbaise
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier


New Commiter: Elliotte Rusty Harold

2019-12-13 Thread Karl Heinz Marbaise

Hi Elliotte,

the Project Management Committee (PMC) for Apache Maven
has invited you Elliotte to become a committer and
we are pleased to announce that you have accepted the invitation.

Being a committer enables easier contribution to the
project since there is no need to go via the patch
submission process. This should enable better productivity.

Elliotte, welcome and enjoy!

Kind regards
Karl Heinz Marbaise

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Yearly JIRA cleanup

2019-12-13 Thread Elliotte Rusty Harold
NVM, I seem to have access now. I think I just needed to logout with
my old credentials and back in with the new ones.

On Fri, Dec 13, 2019 at 9:56 AM Elliotte Rusty Harold
 wrote:
>
> On Thu, Dec 12, 2019 at 6:56 PM Stephen Connolly
>  wrote:
> > I think we have some crazy permissions that Brian manages. Ldap just fixes
> > the account name to match across systems AIUI
> >
>
> That's probably true. As of an hour ago, I did not seem able to close issues.
>
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org



-- 
Elliotte Rusty Harold
elh...@ibiblio.org

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Yearly JIRA cleanup

2019-12-13 Thread Elliotte Rusty Harold
On Thu, Dec 12, 2019 at 6:56 PM Stephen Connolly
 wrote:
> I think we have some crazy permissions that Brian manages. Ldap just fixes
> the account name to match across systems AIUI
>

That's probably true. As of an hour ago, I did not seem able to close issues.


-- 
Elliotte Rusty Harold
elh...@ibiblio.org

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Please close MCHECKSTYLE-138

2019-12-13 Thread Enrico Olivelli
Done

Enrico

Il ven 13 dic 2019, 10:23 Benjamin Marwell  ha scritto:

> Hello all,
>
> I just checked
> https://issues.apache.org/jira/projects/MCHECKSTYLE/issues/MCHECKSTYLE-138
> .
> I am positive that this issue has been resolved for a long time now
> and can be closed.
>
> --
> Also, I have three open pull requests at the moment (for the
> checkstyle plugin). If you'd like me to create a PR for another issue,
> feel free to assign me one.
>
> Please note that I'd like to change my JIRA user name, but had not
> luck contacting anyone about this so far. Any help would be
> appreciated. After this is done, I'd like to sign the CLA.
>
> Thanks,
> Ben
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Please close MCHECKSTYLE-138

2019-12-13 Thread Benjamin Marwell
Hello all,

I just checked 
https://issues.apache.org/jira/projects/MCHECKSTYLE/issues/MCHECKSTYLE-138.
I am positive that this issue has been resolved for a long time now
and can be closed.

--
Also, I have three open pull requests at the moment (for the
checkstyle plugin). If you'd like me to create a PR for another issue,
feel free to assign me one.

Please note that I'd like to change my JIRA user name, but had not
luck contacting anyone about this so far. Any help would be
appreciated. After this is done, I'd like to sign the CLA.

Thanks,
Ben

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org