Gatling, Maven, Eclipse integration

Hi Stéphane ,

Please can some one point me the URL or share the detailed instruction about what eclipse scala ide version I should use to integrate MVN and Gatling etc

I am getting following error so may i am doing some thing wrong

Can’t resolve Archetype io.gatling.highcharts:gatling-highcharts-maven-archetype:2.3.0

Please can you send me detail step by step so I use Gatling using eclipse for my POC ?

Regards
KAPIL

Archetype is available on maven central: http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.gatling.highcharts%22%20AND%20a%3A%22gatling-highcharts-maven-archetype%22

And it works just fine on my side. So problem is on yours.

$ mvn archetype:generate -Dfilter=io.gatling.highcharts:gatling-highcharts-maven-archetype
[INFO] Scanning for projects…
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.2:generate (default-cli) > generate-sources @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.2:generate (default-cli) < generate-sources @ standalone-pom <<<
[INFO]
[INFO]
[INFO] — maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom —
[INFO] Generating project in Interactive mode
[INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
1: remote → io.gatling.highcharts:gatling-highcharts-maven-archetype (gatling-highcharts-maven-archetype)
Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): :

Hi Stephane

don’t know what wrong at my end.

I have added http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.gatling.highcharts%22%20AND%20a%3A%22gatling-highcharts-maven-archetype%22 as remote catalog in my eclipse

Now I am creating a new Maven Project and selected above URL from catelog and trying to add following Archetype by clicking on Add Archetype button

<``dependency``>
<``groupId``>io.gatling.highcharts</``groupId``>` <artifactId>gatling-highcharts-maven-archetype</artifactId> ```<``version``>2.3.0</``version``>

</``dependency``>

BUT I am still getting following error (See attached screenshot)

Can't resolve Archetype io.gatling.highcharts:gatling-highcharts-maven-archetype:2.3.0
org.eclipse.core.runtime.CoreException: Could not resolve artifact io.gatling.highcharts:gatling-highcharts-maven-archetype:pom:2.3.0

Any thing wrong in my eclipse environment?

Please can you share the steps so I can try to resolve this?

Maven_Eclipse_Gatling_Screenshot.odt (294 KB)