Re: Building maven plugin: Caused by: java.lang.ArrayIndexOutOfBoundsException: 3411 …

2018-06-20 Thread Robert Scholte
It looks like you're hit by MPLUGIN-328[1] Upgrading the maven-plugin-plugin to the latest version should fix your issue. [1] https://issues.apache.org/jira/browse/MPLUGIN-328 On Wed, 20 Jun 2018 20:25:43 +0200, Tommy Svensson wrote: Hello, I keep getting this exception from maven

Re: Building maven plugin: Caused by: java.lang.ArrayIndexOutOfBoundsException: 3411 …

2018-06-20 Thread Tommy Svensson
Aha! Of course! Why didn’t I think of checking for a newer version ? :-) Thanks! /Tommy På 20 juni 2018 till 20:46:09, Robert Scholte (rfscho...@apache.org(mailto:rfscho...@apache.org)) skrev: > It looks like you're hit by MPLUGIN-328[1] > Upgrading the maven-plugin-plugin to the latest

Re: [SUREFIRE] No JUnit test run when TestNG is in class path

2018-06-20 Thread Dan Tran
and I am using latest surefire 2.22.0 -D On Wed, Jun 20, 2018 at 8:39 PM, Dan Tran wrote: > > Hi > > I have junit4/5 and testng in the classpath and none of my junit tests got > invoked > > I this a correct behavior? > > I ended up to directly add junit-platform-surefire-provider to >

[SUREFIRE] No JUnit test run when TestNG is in class path

2018-06-20 Thread Dan Tran
Hi I have junit4/5 and testng in the classpath and none of my junit tests got invoked I this a correct behavior? I ended up to directly add junit-platform-surefire-provider to surefire's dependency and I cant remove testng since we have legacy none test code uses testng assert Thanks -Dan