See plugin config from pom.xml below.
I can do:
mvn myplugin:myGoal
Which runs myGoal (both executions I suppose) but I want to be able
Execution of multiple goals from the CLI is now supported in Maven 3.3.1+
mvn exec:java@first-cli mvn exec:java@second-cli
Where first-cli/second-cli are the execution ids.
https://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/