Tagged Questions
2
votes
1answer
530 views
GWT Maven Plugin — gwt:run works but gwt:compile doesn't. Why?
I'm using gwt-maven-plugin to manage a GWT project. I use the gwt:run goal all the time to run locally in "dev mode" for testing. I now want to compile my project into a war for deployment on Tomcat. ...