Hi there,
Gatling 2.0.1 is out and available in Central.
It includes a few fixes and documentation enhancements : https://github.com/gatling/gatling/issues?q=milestone%3A2.0.1
Many thanks to :
- James Pickering
- Piotr Wielgolaski
- Alex Bagehot
- Nhu Nguyen
- Søren Thing Andersen
For their contributions !
Cheers,
Pierre
Looks like maven plugin has not been pushed to maven central repository?
Any plan to do that or alternate repository to use?
Excilys
3
Maven plugin and Gatling have different lifecycles. Just use Gatling 2.0.1 w/ plugin 2.0.0.
https://github.com/gatling/gatling-maven-plugin-demo/blob/master/pom.xml
I used sonatypes repository with intellij. I have attached the pom to generate the project (recorder/engine), in case you are interested.
`
<?xml version="1.0" encoding="UTF-8"?>
4.0.0
Gatling
org.finra
1
sonatype
Sonatype OSS
https://oss.sonatype.org/content/groups/public
never
true
sonatype
Sonatype OSS
https://oss.sonatype.org/content/groups/public
true
1.7
1.7
2.10.4
UTF-8
<gatling.version>2.0.1</gatling.version>
<gatling-highcharts.version>2.0.1</gatling-highcharts.version>
<scala-maven-plugin.version>3.1.6</scala-maven-plugin.version>
io.gatling
gatling-app
${gatling.version}
io.gatling
gatling-recorder
${gatling.version}
io.gatling.highcharts
gatling-charts-highcharts
${gatling-highcharts.version}
org.scala-lang
scala-library
${scala.version}
io.gatling.highcharts
gatling-charts-highcharts
io.gatling
gatling-app
io.gatling
gatling-recorder
org.scala-lang
scala-library
src/main/scala
src/test/scala
net.alchim31.maven
scala-maven-plugin
${scala-maven-plugin.version}
io.gatling
gatling-maven-plugin
${gatling.version}
net.alchim31.maven
scala-maven-plugin
compile
testCompile
-target:jvm-1.7
-deprecation
-feature
-unchecked
-language:implicitConversions
-language:postfixOps
io.gatling
gatling-maven-plugin
`