|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
- [mojo-dev] [jira] (MGWT-363) gwt-maven-plugin\src\... Benno Markiewicz (JIRA)
- [mojo-dev] [jira] (MGWT-363) gwt-maven-plugin... Thomas Broyer (JIRA)

1. It's not an "example project", it's an integration test (I agree that doesn't mean it shouldn't be "exemplar" though)
2. the GWT compilation is bound to the prepare-package phase, so tomcat7:run won't work unless you first package the webapp. tomcat7:run-war should work though I suppose (from the plugin's doc), but as said above, that project is not meant to be used that way; it's only there to exercise the plugin.