The resources which are in your/module/package/public can still be placed in src/main/java. Also if you have images which are used in CssResource or UiBinder, they can be kept in src/main/java. This is a pragmatic solution. Maven suggests to put them in src/main/resources. See: http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html

The resources which go straight to the war/ folder should be placed into: src/main/webapp.
See http://maven.apache.org/plugins/maven-war-plugin/ for more information.

Am 16.05.2012 15:18, schrieb Kei Kei:
I am in home now, but before using maven, I put the css file under module folder/public and I placed images folder under war directory, now I need place these css and image under "src/main/resources"?
In gwt developer guide
https://developers.google.com/web-toolkit/doc/latest/DevGuideOrganizingProjects
there is some suggested folder structure, if using maven, then should use maven structure and neglect the developer guide recommended structure, is it?


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

--
You received this message because you are subscribed to the Google Groups "Google 
Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to