I am creating a GWT application from Maven.
When compiling, get the following message:
Validating newly compiled units
This is a warning first:
[WARNING] Don't declare gwt-dev as a project dependency. This may introduce complex dependency conflicts
Then the following error occurs:
[ERROR] Line 19: No source code is available for type org.apache.commons.lang.StringUtils did you forget to inherit a required module?
Despite the fact that this assembly does not crash, and Dev mode is working correctly. How can I get rid of these error messages?
source share