I execute the following code using mvn exec:java com.mycompany.FooServer.
mvn exec:java com.mycompany.FooServer
I would like to add another server which I can execute like mvn exec:java co
mvn exec:java co
With maven > 3.3.1 it is possible to specify the execution id as:
mvn exec:java@execId