I have a project which runs correctly under the terminal command
mvn package exec:java -Dplatform.dependencies -Dexec.mainClass=Demo
Now, I ne
In IntelliJ it works as follows: Go to configurations -> VM options and add the parameter/value pair:
-DmyParameter=value
Make sure you add a "D" after the "-"!