I am trying to use the gwt-maven-archetype from here and now after I imported the project I'd like Eclipse Maven to run:
mvn gwt:codeserver -pl *-client -am
to start the codeserver andmvn tomcat7:run -pl *-server -am -Denv=dev
to run tomcat server
How can I tell Eclipse to do that for me?
Best regards.