Re: [3/3] maven-surefire git commit: Revert "[SUREFIRE-1473] upgrade commons-lang3 to avoid NPE on jdk10"

2018-02-19 Thread Olivier Lamy
I setup a very simple freestyle build on ASF Jenkins and got the same error as I have locally: https://builds.apache.org/view/M-R/view/Maven/job/maven-surefire-fs/1/console On 19 February 2018 at 08:22, Olivier Lamy wrote: > well maybe ignore this test until it's fixed... > Anyway there are some

eclipse java code formatter

2018-02-19 Thread Basin Ilya
Hi. Where can I download the formatter xml for maven projects? Aslo, I manually created the "maven_checks" checkstyle profile and extracted its config from org\apache\maven\shared\maven-shared-resources\2\maven-shared-resources-2.jar . Was it the right way?

Re: eclipse java code formatter

2018-02-19 Thread Anders Hammar
Formatter xml for Maven and core plugins can be found here: http://maven.apache.org/developers/conventions/code.html /Anders On Mon, Feb 19, 2018 at 3:16 PM, Basin Ilya wrote: > Hi. > > Where can I download the formatter xml for maven projects? > > Aslo, I manually created the "maven_checks" ch

Re: [VOTE] Release Apache Maven Resolver version 1.1.1

2018-02-19 Thread Robert Scholte
Without talking about the dependencies: what it the main purpose of Maven Resolver Ant Tasks: - is it the ability the use Maven Resolver as part of your Ant builds? This is what I would expect and why it makes sense to resolve these 2 at once. However that would not explain the dependencies o

Re: [VOTE] Release Apache Maven Resolver version 1.1.1

2018-02-19 Thread Robert Scholte
It seems like I can delete parts of the staging repo, which means it should be possible to only release maven-resolver-1.1.1 Otherwise I have to drop the complete staging repo and start over with just maven-resolver. Robert On Mon, 19 Feb 2018 08:29:06 +0100, Hervé BOUTEMY wrote: +1

Re: [VOTE] Release Apache Maven Resolver version 1.1.1

2018-02-19 Thread Hervé BOUTEMY
yes, if you can delete parts of the staging repo, it would be easier than redoing the full release Regards, Hervé Le lundi 19 février 2018, 19:08:29 CET Robert Scholte a écrit : > It seems like I can delete parts of the staging repo, which means it > should be possible to only release maven-res

Re: [VOTE] Release Apache Maven Resolver version 1.1.1

2018-02-19 Thread Sylwester Lachiewicz
+1 (non binding) Spring Boot 2.0 would like to be relased with this version Sylwester On Mon, 19 Feb 2018 at 19:08, Robert Scholte wrote: > It seems like I can delete parts of the staging repo, which means it > should be possible to only release maven-resolver-1.1.1 > > Otherwise I have to drop

Re: [VOTE] Release Apache Maven Resolver version 1.1.1

2018-02-19 Thread Hervé BOUTEMY
Le lundi 19 février 2018, 19:06:31 CET Robert Scholte a écrit : > Without talking about the dependencies: what it the main purpose of Maven > Resolver Ant Tasks: > - is it the ability the use Maven Resolver as part of your Ant builds? +1 > This is what I would expect and why it makes sense to reso

Maven Core / MNG-6362 README.md / CONTRIBUTION.md

2018-02-19 Thread Karl Heinz Marbaise
Hi, I would like to integrate the issue MNG-6362 which contains only enhancements for the README.md, CONTRIBUTION.md and a pull_request_template.md (No code changes).. It's intended to improve the experience for GitHub users.. You can take a look how it currently looks like via the following

Re: [VOTE] Release Apache Maven Resolver version 1.1.1

2018-02-19 Thread Robert Scholte
Hi, The vote for maven-resolver has passed with the following result: +1 : Guillaume Boué, Robert Scholte, Karl Heinz Marbaise, Hervé BOUTEMY, Sylwester Lachiewicz PMC quorum: reached The vote for maven-resolver-ant-tasks ended with the following result: +1 : Guillaume Boué, Robert Scholt

Re: [VOTE] Release Apache Maven Resolver version 1.1.1

2018-02-19 Thread Robert Scholte
Uhm, there can be only one main purpose. I was trying to figure out which one. So the +1's confuse me. And maybe I forgot an option... Robert On Mon, 19 Feb 2018 19:27:19 +0100, Hervé BOUTEMY wrote: Le lundi 19 février 2018, 19:06:31 CET Robert Scholte a écrit : Without talking about the

Re: Surefire Jobs

2018-02-19 Thread Tibor Digana
Hi Olivier, I am traveling home. I will be available soon. ;-) On Mon, Feb 19, 2018 at 12:42 AM, Olivier Lamy wrote: > On 19 February 2018 at 09:20, Tibor Digana wrote: > > > I am using the lock() in my company. The helper-plugin finds a port but > two > > jobs on one machine are so predicable

[ANN] Apache Maven Resolver 1.1.1 Released

2018-02-19 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Resolver, version 1.1.1 Apache Maven Artifact Resolver is a library for working with artifact repositories and dependency resolution. Maven Artifact Resolver deals with the specification of local repository, remo

MNG-6323

2018-02-19 Thread Robert Scholte
Maven Resolver 1.1.1 is available. Who can second this update? https://github.com/apache/maven/compare/MNG-6323 https://builds.apache.org/job/maven-wip/job/maven/job/MNG-6323/ thanks, Robert - To unsubscribe, e-mail: dev-unsubs

Re: MNG-6323

2018-02-19 Thread Karl Heinz Marbaise
Hi, On 19/02/18 21:51, Robert Scholte wrote: Maven Resolver 1.1.1 is available. Who can second this update? I can... +1. Kind regards Karl Heinz Marbaise https://github.com/apache/maven/compare/MNG-6323 https://builds.apache.org/job/maven-wip/job/maven/job/MNG-6323/ thanks, Robert

releasing all Maven Archetypes in one single release

2018-02-19 Thread Hervé BOUTEMY
Hi, I just finished fixing the archetypes that were completely failing until now. I think that it would be easier from now to release all archetypes in one version only, starting from version 1.3 (since it's the next version of the highest version). If nobody objects, I'll change the build to

Re: releasing all Maven Archetypes in one single release

2018-02-19 Thread Stephen Connolly
+1 On Mon 19 Feb 2018 at 22:26, Hervé BOUTEMY wrote: > Hi, > > I just finished fixing the archetypes that were completely failing until > now. > > I think that it would be easier from now to release all archetypes in one > version only, starting from version 1.3 (since it's the next version of t

Re: releasing all Maven Archetypes in one single release

2018-02-19 Thread Olivier Lamy
+1 On Tue, 20 Feb 2018 at 4:41 pm, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > +1 > > On Mon 19 Feb 2018 at 22:26, Hervé BOUTEMY wrote: > > > Hi, > > > > I just finished fixing the archetypes that were completely failing until > > now. > > > > I think that it would be easier fro

Re: Maven Core / MNG-6362 README.md / CONTRIBUTION.md

2018-02-19 Thread Hervé BOUTEMY
I like it! a few questions: 1. why a full "Contributing" section in README.md and a separate CONTRIBUTING.md? would a link from the first to the second suffice? (to avoid maintenance) 2. how can we test .github/pull_request_template? The idea seems interesting Then puting this enhancement in e