Passing simulation id with maven command line

Hi,
I need to pass a specific simulation id, since i need to run the same tests in parallel with maven and jenkins and i need to save all results.

I tried with : mvn gatling:execute -Dgatling.simulationClass=it.test.load.LoadSimulation -Dgatling.simulationId=test1 -DloadUsers=1 -DbaseUrl=http://10.150.10.150

but it’s not working

When running a test interactively i can specify it, so i thought i could with maven but i havent found anything in the documentation.

Does anyone know how to do it?

I have the exact same question.
How am I supposed to specify simulationID and description via command line / maven.