Thursday, September 1, 2016

Public and war folders in the maven project layout (tbroyer plugin)?

Hi,

The GWT documentation describes the project layout using Eclipse, but I have a couple of questions when transposing it into the maven project layout (using the tbroyer plugin):

- where is the public folder located in the maven project layout? I tried different places (such as src/public, src/main/public, src/main/resources/public) but it was never found by the compiler

- where can I put my host page and other html/css sources files? The documentation talks about the war folder, but this directory seems to be the webappDirectory in the tbroyer plugn, so it's a an output directory under the target folder which is not a good place for sources files (they are erased with maven clean).

Thanks

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment