Facilitates GWT web application development using Maven as build tool.
2
votes
1answer
522 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. ...
0
votes
1answer
771 views
GWT maven compiler output directory
I need to set output directory location for GWT compiler using maven plugin.
I've investigated the GWT compiler and gwt-maven-plugin docs and did not find any options for this.
For example:
I have ...
3
votes
2answers
722 views
Error installing Maven Integration for Eclipse WTP
I am trying to install the gwt-maven-plugin for Eclipse Indigo 3.7.2 (running on Ubuntu), following the instructions here:
http://uptick.com.au/content/getting-started-gwt-maven-and-eclipse
However, ...
0
votes
1answer
629 views
GWT. Maven. GWT Module <module_name> not found in project sources or resources
I have a maven multi-module project. One of this modules (compiled as .jar) contains only domain objects, which will be used at client and server sides (I add this .jar as dependency to other my ...