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
I find the solution: I put in
I put in
you can use mvn clean test -Pfoo,bar
foo org.codehaus.mojo exec-maven-plugin 1.3.2 CountContinusIntegr-execution compile java com.mycompany.FooServer bar org.codehaus.mojo exec-maven-plugin 1.3.2 CountContinusIntegr-execution compile java com.mycompany.BarServer