Re: What to do with the 6 issues left as 3.5.0-candidates?

2017-03-25 Thread Hervé BOUTEMY
or we need testers interested in working on it, testing, reporting: not everything will come from infra (& associated bucks) but from community Regards, Hervé Le samedi 25 mars 2017, 01:41:03 CET Christian Schulte a écrit : > We really need Solaris and OSX Jenkins build nodes :-) > > >

CMS diff:

2017-03-25 Thread Sam
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://maven.apache.org/markdown%2Fcontinuous-integration.md Sam Index: trunk/content/markdown/continuous-integration.md === ---

Re: [2/2] maven git commit: [MNG-6113] Rename the 'Central Repository' to 'Maven Central Repository' in the 4.0.0 super POM.

2017-03-25 Thread Hervé BOUTEMY
Le mardi 21 mars 2017, 19:51:08 CET Christian Schulte a écrit : > Am 03/21/17 um 19:44 schrieb Hervé BOUTEMY: > > -1 > > > > see MNG-5164 > > Thanks for pointing this out. you know, it's just a "git blame": our convention that comment starts with the Jira id is really great to give more sense

Re: [2/2] maven git commit: [MNG-6113] Rename the 'Central Repository' to 'Maven Central Repository' in the 4.0.0 super POM.

2017-03-25 Thread Stephen Connolly
Is this withdrawn or where is the revert commit? On Tue 21 Mar 2017 at 18:44, Hervé BOUTEMY wrote: > -1 > > see MNG-5164 > > Regards, > > Hervé > > Le mardi 21 mars 2017, 18:20:21 CET schu...@apache.org a écrit : > > [MNG-6113] Rename the 'Central Repository' to 'Maven

Re: What to do with the 6 issues left as 3.5.0-candidates?

2017-03-25 Thread Hervé BOUTEMY
Le vendredi 24 mars 2017, 15:35:50 CET Robert Scholte a écrit : > On Fri, 24 Mar 2017 14:51:22 +0100, Stephen Connolly > > wrote: > > On 24 March 2017 at 10:51, Robert Scholte wrote: > >> On Fri, 24 Mar 2017 11:45:14 +0100, Stephen Connolly

Re: maven-3.x-jenkinsfile/embedded-ITs - build #3 - UNSTABLE

2017-03-25 Thread Olivier Lamy
Sounds a very good to speed up it execution! On Sat, 25 Mar 2017 at 4:02 pm, Hervé BOUTEMY wrote: > ok, let's share what I know from embedded ITs (sorry, long email, but IMHO > useful to share some details): > > - by default, Verifier forks for every IT and launches Maven

Re: What to do with the 6 issues left as 3.5.0-candidates?

2017-03-25 Thread Hervé BOUTEMY
I'd prefer to avoid all the "final" modifiers appearing from time to time: our convention is not to use final modifier Regards, Hervé Le vendredi 24 mars 2017, 22:07:34 CET Christian Schulte a écrit : > Am 03/24/17 um 11:45 schrieb Stephen Connolly: > >

Re: What to do with the 6 issues left as 3.5.0-candidates?

2017-03-25 Thread Hervé BOUTEMY
for the sake of completeness, there are 2 issues which have been merged to master a few hours after beta-1 vote started, without asking for review: MNG-6112 MNG-6190 MNG-6190 looks like a stupid bug that was reported just after the vote started: looks like a safe option to integrate it, I'm ok

I am current working through the core release process

2017-03-25 Thread Stephen Connolly
Please do *not* help. I need to check that I have the full process and some people "helped" for alpha-1. The current process as written needs improvements but I need to do the whole thing to be sure on the changes I'd like to propose -Stephen -- Sent from my phone

Re: I am current working through the core release process

2017-03-25 Thread Hervé BOUTEMY
Le samedi 25 mars 2017, 09:57:31 CET Stephen Connolly a écrit : > Please do *not* help. yes, useful to ask explicitely for that: not usual :))) > I need to check that I have the full process and some > people "helped" for alpha-1. > > The current process as written needs improvements but I need

Re: [2/2] maven git commit: [MNG-6113] Rename the 'Central Repository' to 'Maven Central Repository' in the 4.0.0 super POM.

2017-03-25 Thread Stephen Connolly
FTR, this was a commit on a branch and the branch is now deleted... so all is OK here On 25 March 2017 at 08:29, Stephen Connolly wrote: > Is this withdrawn or where is the revert commit? > > On Tue 21 Mar 2017 at 18:44, Hervé BOUTEMY

Re: I am current working through the core release process

2017-03-25 Thread Hervé BOUTEMY
Le samedi 25 mars 2017, 11:56:50 CET Stephen Connolly a écrit : > On 25 March 2017 at 11:56, Stephen Connolly > wrote: > > > > Ok I believe I have done everything... > > In other words, reply here if I have missed doing anything... I still want > to do anything

Re: Build failed in Jenkins: core-integration-testing-maven-3-embedded #7571

2017-03-25 Thread Hervé BOUTEMY
I could not figure out why this job, that launches core ITs in embedded mode, does fail: il looks that it's more strict on avoiding downloading dependencies during ITs but I can't reproduce the failure on my desktop: I don't understand what makes the repository so strict Any idea? Regards,

Re: I am current working through the core release process

2017-03-25 Thread Stephen Connolly
On Sat 25 Mar 2017 at 12:11, Hervé BOUTEMY wrote: > Le samedi 25 mars 2017, 11:56:50 CET Stephen Connolly a écrit : > > On 25 March 2017 at 11:56, Stephen Connolly < > stephen.alan.conno...@gmail.com > > > wrote: > > > > > > Ok I believe I have done everything... > > > >

[ANN] Apache Maven 3.5.0-beta-1 Released

2017-03-25 Thread Stephen Connolly
The Apache Maven team would like to announce the release of Maven 3.5.0-beta-1. http://maven.apache.org/ NOTE: This is an BETA release. There is the potential that features may be removed between this release and the first GA release in the 3.5.x release line. Please consult the Known Issues

Re: maven-3.x-jenkinsfile/embedded-ITs - build #3 - UNSTABLE

2017-03-25 Thread Igor Fedorenko
Good description, Hervé. One small addition. I believe -Pembedded enables "auto" mode, where verifier uses "forked" mode for tests that set environment variables and "embedded" mode for all other cases. Individual ITs can still force forked mode with verifier.setForkJvm, of course. -- Regards,

Re: I am current working through the core release process

2017-03-25 Thread Stephen Connolly
Ok I believe I have done everything... Ugh this is a mess for the core release procedure. I think it will take another release for me to write it all down and then maybe propose updates to the process for 3.5.1 On 25 March 2017 at 10:38, Hervé BOUTEMY wrote: > Le samedi

Re: I am current working through the core release process

2017-03-25 Thread Stephen Connolly
On 25 March 2017 at 11:56, Stephen Connolly wrote: > Ok I believe I have done everything... > > In other words, reply here if I have missed doing anything... I still want to do anything I missed, but just let me know if I missed anything! > Ugh this is a mess

[GitHub] maven pull request #109: Updated dependences

2017-03-25 Thread slachiewicz
GitHub user slachiewicz opened a pull request: https://github.com/apache/maven/pull/109 Updated dependences Mockito 2.7.19 slf4j 1.7.25 logback-classic 1.2.2 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] maven issue #109: Updated dependences

2017-03-25 Thread khmarbaise
Github user khmarbaise commented on the issue: https://github.com/apache/maven/pull/109 Please mention the JIRA issue in your commit message like this: ``` [MNG-6196] ... ``` otherwise it's hard to follow changes in history...also updating the JIRA issue title would

Re: maven-3.x-jenkinsfile/embedded-ITs - build #3 - UNSTABLE

2017-03-25 Thread Hervé BOUTEMY
thanks for the complements FTR, I checked and added pointers to code Regards, Hervé Le samedi 25 mars 2017, 07:38:30 CET Igor Fedorenko a écrit : > Good description, Hervé. One small addition. I believe -Pembedded > enables "auto" mode,

Re: What to do with the 6 issues left as 3.5.0-candidates?

2017-03-25 Thread Stephen Connolly
On Sat 25 Mar 2017 at 19:00, Christian Schulte wrote: > Am 03/25/17 um 07:17 schrieb Hervé BOUTEMY: > > MNG-6112 is harder to estimate side effects IMHO > > and since this has been available for a long time, I'm really not > satisfied > > that it has been integrated *after vote

Re: What to do with the 6 issues left as 3.5.0-candidates?

2017-03-25 Thread Christian Schulte
Am 03/25/17 um 07:17 schrieb Hervé BOUTEMY: > MNG-6112 is harder to estimate side effects IMHO > and since this has been available for a long time, I'm really not satisfied > that it has been integrated *after vote for 3.0.5-beta-1 started* (and in > addition without any discussion) Issue has

[GitHub] maven-integration-testing pull request #20: Integration tests for various JI...

2017-03-25 Thread ChristianSchulte
GitHub user ChristianSchulte opened a pull request: https://github.com/apache/maven-integration-testing/pull/20 Integration tests for various JIRA issues. You can merge this pull request into a Git repository by running: $ git pull