I think archetype only has 2.0.0-M3a. I already create a new project from that then modify the pom file. You also need to update engine.scala, add props.disableCompiler.
This won’t be updated, as we now publish all our artifacts to Maven Central, which mean you no longer need to use the previous archetype catalog ( http://repository.excilys.com/content/groups/public/archetype-catalog.xml).
Please consult the documentation Stéphane linked to use the archetype.
In Maven central gatling archetype for 2.0.2 does not show up. At work, we are behind firewall and our mirror search for it in maven central couldn’t find it.
Even we have often released all projects at once, it is not needed, unless there are bugfixes or breaking changes that requires a release.
This mean that for bugfixes releases, such as 2.0.1, 2.0.2 and the likes, we don’t release plugins/extensions unless necessary.
So if you don’t see a version 2.0.2 of the archetype, this means that it’s fine to use the 2.0.0 version.
Should some extensions/plugins be released because of a bugfix, we will mention it in the announcement.
And if you do want to use 2.0.2, just update galting version number in pom file and update the project. We are using 2.0.0 archetype and 2.0.2 in pom, it works fine.