Hi,
I’m trying to upgrade to the new Gatling 2.2.1 to benefit of the conditional checks but seems like the gatling-maven-plugin is not compatible when i try to run a simulation.
In particular with the version 2.2.0 of gatling-maven-plugin I get: Error: Could not find or load main class Files
and with the version 2.2.0-M2 of gatling-maven-plugin I get:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at io.gatling.mojo.MainWithArgsInFile.runMain(MainWithArgsInFile.java:50)
at io.gatling.mojo.MainWithArgsInFile.main(MainWithArgsInFile.java:33)
Caused by: java.lang.NoClassDefFoundError: scala/reflect/internal/AnnotationInfos$ErroneousAnnotation$
…
Exactly the same setup works fine with both gatling and maven plugin in version 2.2.0-M2.
Could someone able to do so, push an upgrade of such plugin to enable us using the new gatling with maven?
Thanks, L.