Maven error with "execution" in Gatling 2.2

Hi,

In the reference documentation on migrating to Gatling 2.2 ( http://gatling.io/docs/2.2.2/migration_guides/2.1-to-2.2.html#to-2-2 ) it’s mentioned that the “execute” task is deprecated and now we should use “test” or “integration-test.”
Indeed, when I check out the Gatling’s archetype project in Eclipse I get the error message that “execution” is not supported by plugin lifecycle. Can some one send me a correct pom file with “test”? I’m not en expert in maven.

net.alchim31.maven

scala-maven-plugin

testCompile

-Ybackend:GenBCode

-Ydelambdafy:method

-target:jvm-1.8

-deprecation

-feature

-unchecked

-language:implicitConversions

-language:postfixOps

Regards,

Amir

Hi everyone!

I would highly appreciate any help on the Maven part. Could someone post the “execution” or “test/integration-test” section of a working pom.xml file for the latest Gatling release?

Cheers,
Amir

Refer to this project, I was trying the same thing and this worked for me

https://github.com/gatling/gatling-maven-plugin-demo

Thanks
Barun