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

2018-03-17 Thread Tibor Digana
Hi Jeff, The entire problem is when trying to run a forked sub-process via ProcessBuilder.start(). The error message is Caused by: java.io.IOException: CreateProcess error=5, Access is denied I found a sort of similar issue reported for Java 9 as well:

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

2018-03-17 Thread Jeff Jensen
Hi Tibor, > I should maybe write some limitations regarding length of IT class/method/package and length of Git branch name in README.md due to problems with Windows paths length. In case this helps: instead of shortening names for the Windows path length limitation, we can configure Windows and

[ANN] Release Maven Help Plugin 3.0.0 released

2018-03-17 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.0.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration:

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

2018-03-17 Thread Tibor Digana
I will push the Jira 1490 first. Sorry it took some time. Last days we solved issues INFRA-16168 and INFRA-16191. I should maybe write some limitations regarding length of IT class/method/package and length of Git branch name in README.md due to problems with Windows paths length. On Fri, Mar 9,

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

2018-03-17 Thread Tibor Digana
Hi Jeff, I am not an expert for Windows internals. Here is the statement [1] given by our INFRA team. Do you think they performed same setting you have proposed? If it is different, you can maybe reply on JIRA and give them the hint. [1]:

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

2018-03-17 Thread Jeff Jensen
Thanks for the link Tibor (didn't know there was an open infra issue you were working on). Based on that JIRA comment, they have done what I was suggesting for Windows line lengths. > The error message is Caused by: java.io.IOException: CreateProcess error=5, Access is denied Yes, need to find