Creating gatling maven project

Hi,

I am starting with Gatling and in all the online guides that I’ve seen so far, generating maven archetype and choosing
the latest version of Gatling creates a pom.xml which is pretty much ready for import to an IDE (including source dir, scala, etc)

In my case, I end up with Gatling dependencies only nothing more. (No scala…)
I’ve added everything I needed manually, thats not a problem but my question is;
What is the best practice to create a Maven Gatling project from scratch, am I missing anything or what I have described
is what it should be and the guides just skip it?

Best!