Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-08 Thread Christian Stein
' .travis.yml' is excluded from 'rat-check' here: https://github.com/apache/maven-surefire/blob/master/pom.xml#L605 Why does check fail and how did the 2.22.0 release handle the issue? On Mon, Oct 8, 2018 at 10:53 AM Enrico Olivelli wrote: > Seems that apache-rat:check fails with: > > Files

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-08 Thread Enrico Olivelli
I just downloaded the candidate source ZIP and: mvn apache-rat:check verify -Prun-its it should run cleanly, no ? Il giorno lun 8 ott 2018 alle ore 11:20 Christian Stein ha scritto: > > ' .travis.yml' is excluded from 'rat-check' here: > >

[VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-08 Thread Tibor Digana
Hi, We solved 17 issues: https://issues.apache.org/jira/projects/SUREFIRE/versions/12343425 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20status%20%3D%20Open%20ORDER%20BY%20priority%20DESC Staging repo:

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-08 Thread Enrico Olivelli
Seems that apache-rat:check fails with: Files with unapproved licenses: .travis.yml I guess this could be a blocker for the release Enrico Il giorno lun 8 ott 2018 alle ore 10:22 Tibor Digana ha scritto: > > Hi, > > We solved 17 issues: >

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-08 Thread Tibor Digana
Please don't run it like that. See README file, just *run mvn install -P run-its* On Mon, Oct 8, 2018 at 12:48 PM Enrico Olivelli wrote: > I just downloaded the candidate source ZIP and: > mvn apache-rat:check verify -Prun-its > > it should run cleanly, no ? > > Il giorno lun 8 ott 2018 alle

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-08 Thread Enrico Olivelli
Il lun 8 ott 2018, 15:09 Tibor Digana ha scritto: > Please don't run it like that. > See README file, just *run mvn install -P run-its* > Sure. My concern is about running RAT Enrico > > > On Mon, Oct 8, 2018 at 12:48 PM Enrico Olivelli > wrote: > > > I just downloaded the candidate source

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-08 Thread Tibor Digana
@Enrico Olivelli Let's switch these detailed talks to Slack chat or another mail topic in ML. Tibor On Mon, Oct 8, 2018 at 4:08 PM Enrico Olivelli wrote: > Il lun 8 ott 2018, 15:09 Tibor Digana .invalid> > ha scritto: > > > Please don't run it like that. > > See README file, just *run mvn

Maven Core Release 3.6.0

2018-10-08 Thread Karl Heinz Marbaise
Hi, I want to start to cut the release on Wednesday (10.10.2018) / Thursday (11.10.2018) ... If something should be part of the release the countdown has started... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail:

Re: [VOTE] Release Maven Resolver version 1.3.0

2018-10-08 Thread Robert Scholte
+1 On Sun, 07 Oct 2018 00:01:55 +0200, Michael Osipov wrote: Hi, We solved 14 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628=12342803 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-08 Thread Karl Heinz Marbaise
Hi, +1 from me Kind regards Karl Heinz Marbaise On 08/10/18 10:22, Tibor Digana wrote: Hi, We solved 17 issues: https://issues.apache.org/jira/projects/SUREFIRE/versions/12343425 There are still a couple of issues left in JIRA:

Re: Maven Core Release 3.6.0

2018-10-08 Thread Michael Osipov
I am waiting for a positive vote on MRESOLVER. This should be final on Wednesday. I all is well, you could go on Thu/Fri. Michael > Gesendet: Montag, 08. Oktober 2018 um 20:26 Uhr > Von: "Karl Heinz Marbaise" > An: "Maven Developers List" > Betreff: Maven Core Release 3.6.0 > > Hi, > > I

Re: Maven Core Release 3.6.0

2018-10-08 Thread Karl Heinz Marbaise
Hi Michael, On 08/10/18 20:33, Michael Osipov wrote: I am waiting for a positive vote on MRESOLVER. This should be final on Wednesday. I all is well, you could go on Thu/Fri. Ok thats fine for me too..No problem.. Kind regards Karl Heinz Marbaise Michael Gesendet: Montag, 08. Oktober

Can we get a new release of maven-gpg-plugin done to pick up MGPG-66

2018-10-08 Thread Marshall Schor
Hi, We'd like to use the maven gpg plugin but need the fix in MGPG-66. Can a new release be done soon? -Marshall - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: Can we get a new release of maven-gpg-plugin done to pick up MGPG-66

2018-10-08 Thread Marshall Schor
patch attached to MGPG-66. -M On 10/8/2018 2:51 PM, Karl Heinz Marbaise wrote: > Hi, > > On 08/10/18 20:43, Marshall Schor wrote: >> Hi, >> >> We'd like to use the maven gpg plugin but need the fix in MGPG-66. >> >> Can a new release be done soon? > > Without a fix for MGPG-66 it's hard... > >

Re: I am wandering how you do guys debug maven?

2018-10-08 Thread Enrico Olivelli
Il lun 8 ott 2018, 23:23 Jeff MAURY ha scritto: > M2e takes care of everything > Same for Apache Netbeans :) Enrico > Jeff > > Le lun. 8 oct. 2018 à 23:09, Simon Sheng a écrit : > > > Hi, > > > > I am bringing this baby question since Maven load all it's classes by > > ClassWorlds. Which

Re: I am wandering how you do guys debug maven?

2018-10-08 Thread Jeff MAURY
M2e takes care of everything Jeff Le lun. 8 oct. 2018 à 23:09, Simon Sheng a écrit : > Hi, > > I am bringing this baby question since Maven load all it's classes by > ClassWorlds. Which means it doesn't have "main method". instead we debug > everything by log, do we have other way like debug

Re: [VOTE] Release Maven Resolver version 1.3.0

2018-10-08 Thread Tibor Digana
+1 On Sun, Oct 7, 2018 at 12:01 AM Michael Osipov wrote: > Hi, > > We solved 14 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628=12342803 > > There are still a couple of issues left in JIRA: > >

I am wandering how you do guys debug maven?

2018-10-08 Thread Simon Sheng
Hi, I am bringing this baby question since Maven load all it's classes by ClassWorlds. Which means it doesn't have "main method". instead we debug everything by log, do we have other way like debug with any IDE: Eclipse, Intellij etc. put breakpoints and debug step by step ? Thanks

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-08 Thread Akira Ajisaka
+1 (non-binding) - Verified SUREFIRE-1564 is fixed. I could run JUnit 5 and 4 tests with `reuseForks=true`. Thanks, Akira 2018年10月8日(月) 17:22 Tibor Digana : > > Hi, > > We solved 17 issues: > https://issues.apache.org/jira/projects/SUREFIRE/versions/12343425 > > There are still a couple of

Re: I am wandering how you do guys debug maven?

2018-10-08 Thread Olivier Lamy
an other option is to use command line and the surefire option: -Dmaven.surefire.debug=true then you can have debug on port 5005 (look at your ide to start a remote debug) On Tue, 9 Oct 2018 at 08:45, Enrico Olivelli wrote: > Il lun 8 ott 2018, 23:23 Jeff MAURY ha scritto: > > > M2e takes care

Re: [VOTE] Release Maven Resolver version 1.3.0

2018-10-08 Thread Olivier Lamy
+1 On Sun, 7 Oct 2018 at 08:01, Michael Osipov wrote: > Hi, > > We solved 14 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628=12342803 > > There are still a couple of issues left in JIRA: > >

Re: I am wandering how you do guys debug maven?

2018-10-08 Thread Romain Manni-Bucau
Hello Not sure the question was about test classes - you got answers for that ;) - or maven and plugins themselves. If the last one, just replace "mvn" by "mvnDebug" in any command and remote debug on port 8000 in your IDE. Side note: if you check mvn script you will see maven has a main class

Re: I am wandering how you do guys debug maven?

2018-10-08 Thread Tibor Digana
In IntelliJ IDEA it is "Remote", see Select Run/Debug Configurations > Remote, change the port to 8000. Run command *mvnDebug test* and then start "Remote" in IDEA. On Tue, Oct 9, 2018 at 6:16 AM Romain Manni-Bucau wrote: > Hello > > Not sure the question was about test classes - you got

Re: Can we get a new release of maven-gpg-plugin done to pick up MGPG-66

2018-10-08 Thread Karl Heinz Marbaise
Hi, On 08/10/18 20:43, Marshall Schor wrote: Hi, We'd like to use the maven gpg plugin but need the fix in MGPG-66. Can a new release be done soon? Without a fix for MGPG-66 it's hard... It would really help if you could offer a patch...(You created the issue if see correctly)... So

Re: [VOTE] Release Maven Resolver version 1.3.0

2018-10-08 Thread Karl Heinz Marbaise
+1 from me. Kind regards Karl Heinz Marbaise On 07/10/18 00:01, Michael Osipov wrote: Hi, We solved 14 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628=12342803 There are still a couple of issues left in JIRA: