Maven plugin using runMultipleSimulations asks to Choose a simulation number

Ubuntu OS
Gatling version: 3.1.2

Gatling maven plugin version: 3.0.2

Maven setup:

io.gatling gatling-maven-plugin ${gatling-maven-plugin.version} target/gatling/results/${maven.build.timestamp}

src/test/gatling/user-files/resources
src/test/gatling/user-files/simulations
My Test Run
true

true

When I run “mvn gatling:test”, I get an interactive question: “Choose a simulation number:” along with the 132 test files I have in the simulation folder and it waits for the user to enter a number.

I was expecting all the tests to run sequentially without needing to select a test number. We are trying to add this to a CI run and want all the tests to run without selecting each one. A similar setup used to work with gatling version 2.2.5 and maven plugin 2.2.4.

I’m wondering if I migrated something incorrectly. Please let me know if I can add any more information.