My project has
client
server
shared
and parent pom projects for library modules..
the modelpackage syntax is scanning correctly, however if I have any Entity in server on the gwt war project it picks it up event if that package is not in the modelpackage comma delimited package name list.
Not sure what to do?
If i remove the model package directive then it scans all the library modules also, however even after adding the model packages it still scans all the packages of the gwt project.
Please advise...
Cheers and thanks....