New branch jdk1.6 in https://gitbox.apache.org/repos/asf/maven-jenkins-env.git

2018-02-25 Thread Tibor Digana
Hi All, I have created a branch which adds switch-case for JDK 1.6 (latest) in Groovy library jenkinsEnv. Can I push it to master? Cheers Tibor

Re: Surefire roadmap

2018-02-25 Thread Tibor Digana
Hey guys, We really do not properly read the e-mails. All the links you sent me was from master branch. We are NOT working in master branch. Do not test master yet. Our focus is the branch named "SUREFIRE-1489". Please run only the build on branch "SUREFIRE-1489" and nothing else yet. We should

Re: Surefire roadmap

2018-02-25 Thread Tibor Digana
Hi Enrico, Sorry for notifying. I would like to ask you for a help. Maybe you can see my previous e-mail in this thread on mailing list with CLI running a build on the branch SUREFIRE-1489. Can you please try to run the build on your side and let us know the result? I appreciate! (If the CLI

Re: Broken surefire defaults?

2018-02-25 Thread Romain Manni-Bucau
Great news, thanks a lot! Le 25 févr. 2018 23:22, "Enrico Olivelli" a écrit : > Il dom 25 feb 2018, 22:42 Romain Manni-Bucau ha > scritto: > > > Hi guys > > > > Surefire sets some java 9 modules by default when running tests on j9. > > > > I

Broken surefire defaults?

2018-02-25 Thread Romain Manni-Bucau
Hi guys Surefire sets some java 9 modules by default when running tests on j9. I understand the intention but it means surefire doesnt test accurately the code in the build since you will pass the tests and fail at runtime pretry easily a d with any embedded solution like spring boot,

Re: Broken surefire defaults?

2018-02-25 Thread Enrico Olivelli
Il dom 25 feb 2018, 22:42 Romain Manni-Bucau ha scritto: > Hi guys > > Surefire sets some java 9 modules by default when running tests on j9. > > I understand the intention but it means surefire doesnt test accurately the > code in the build since you will pass the tests

Re: Prepared Maven 3.5.3 Release Notes

2018-02-25 Thread Olivier Lamy
Hi, Nice work. Ok contributors are important but title of the issue as well and as reading the release note I except to have the most important at the top without need to scroll down to the far bottom. What about Bugs: - MNG-6323 - Deadlock

Re: Surefire roadmap

2018-02-25 Thread Olivier Lamy
On 26 February 2018 at 06:34, Tibor Digana wrote: > Hey guys, > > We really do not properly read the e-mails. > Haha you're so funny I don't know you personally so I will take it as a sarcastic humour... Please look at this thread

Re: Surefire roadmap

2018-02-25 Thread Enrico Olivelli
Il dom 25 feb 2018, 21:45 Tibor Digana ha scritto: > Hi Enrico, > > Sorry for notifying. > I would like to ask you for a help. > Maybe you can see my previous e-mail in this thread on mailing list with > CLI running a build on the branch SUREFIRE-1489. > Can you please

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

2018-02-25 Thread Olivier Lamy
+1 On 24 February 2018 at 23:38, Robert Scholte wrote: > Hi, > > We solved 6 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje > ctId=12319223=12341552=Text > > There are still a couple of issues left in JIRA: >

Re: Surefire roadmap

2018-02-25 Thread Olivier Lamy
something very interesting on my side. It works with empty on ASF Jenkins: https://builds.apache.org/view/M-R/view/Maven/job/maven-surefire-fs/ But not in this Jenkins https://jenkins.webtide.net/job/sandbox/job/surefire-master-jdk8/5/console or using Travis

Re: [VOTE] Release Apache Maven 3.5.3

2018-02-25 Thread Dan Tran
Encounter random failure at antrun MOJO + smart builder here is the error message [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (work.around.to.clean.up.classes.before.jsonschema.start) on project adm-schema: Error executing Ant tasks: For input string: "1;"

Re: [VOTE] Release Apache Maven 3.5.3

2018-02-25 Thread Dan Tran
correction found this reference, found on 3.5.2 but I only encounter this on 3.5.3 RC https://stackoverflow.com/questions/48723899/maven- numberformatexception-when-packaging On Sun, Feb 25, 2018 at 1:13 AM, Dan Tran wrote: > found this reference, found on 3.5.2 but I

Re: [VOTE] Release Apache Maven 3.5.3

2018-02-25 Thread Dan Tran
found this reference, found on 3.5.2 but I only encounter this on 3.5.2 RC https://stackoverflow.com/questions/48723899/maven-numberformatexception-when-packaging On Sun, Feb 25, 2018 at 12:53 AM, Dan Tran wrote: > my build contains 270+ modules using java 8. The failure

Re: Surefire roadmap

2018-02-25 Thread Robert Scholte
Hi all, I'm on *master* and simply running 'mvn clean verify' and the unittests of Surefire Bootstrap fail. I get 28 errors, which can be brought back into 2 exceptions: - java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.booter.SystemUtils -

Re: Prepared Maven 3.5.3 Release Notes

2018-02-25 Thread Stephen Connolly
On Sat 24 Feb 2018 at 21:02, Gary Gregory wrote: > Hi All, > > Thank you for preparing a release. Well I managed to consolidate some of the steps for this one... I think it will be nearer 20-25 steps, down from 30 I’m still hoping to get to a more automated solution

Re: [VOTE] Release Apache Maven 3.5.3

2018-02-25 Thread Dan Tran
my build contains 270+ modules using java 8. The failure found on windows. Have not tested on Linux yet -D On Sun, Feb 25, 2018 at 12:23 AM, Dan Tran wrote: > Encounter random failure at antrun MOJO + smart builder > > here is the error message > > [ERROR] Failed to

Re: Access project properties in non-plugin code

2018-02-25 Thread Robert Scholte
The answer should be 'no'. It often helps if you're describing the usecase. What are you trying to achieve? Robert On Sun, 25 Feb 2018 15:05:08 +0100, Basin Ilya wrote: Hi Can a plugin dependency (which is not a plugin itself) access the plugin configuration when it's

Access project properties in non-plugin code

2018-02-25 Thread Basin Ilya
Hi Can a plugin dependency (which is not a plugin itself) access the plugin configuration when it's called by the plugin? Or at least access the current maven project properties? Through some thread-local or static member. - To

Re: Prepared Maven 3.5.3 Release Notes

2018-02-25 Thread Karl Heinz Marbaise
Hi Stephen, On 25/02/18 09:06, Stephen Connolly wrote: On Sat 24 Feb 2018 at 21:02, Gary Gregory wrote: Hi All, Thank you for preparing a release. Well I managed to consolidate some of the steps for this one... I think it will be nearer 20-25 steps, down from 30

[GitHub] maven issue #135: [MNG-6296] Parse properties before configuring the logging...

2018-02-25 Thread slachiewicz
Github user slachiewicz commented on the issue: https://github.com/apache/maven/pull/135 Merged to master http://git-wip-us.apache.org/repos/asf/maven/commit/b2afafe5 --- - To unsubscribe, e-mail:

Re: Access project properties in non-plugin code

2018-02-25 Thread Basin Ilya
Thanks Robert. 25.02.2018 17:58, Robert Scholte пишет: > The preferred way is to change or extend the plugin. > It should be possible to do this: > > public class CustomMojo extends OtherMojo { > >   @Parameter >   private String whatever; > } > > if the OtherMojo is accessible enough. > >