On Monday, February 26, 2024 at 11:56:45 AM UTC+1 [email protected]
wrote:
Thanks Thomas, now working great!
For anyone coming from the Eclipse GWT plugin, you can do this to keep it
consistant with how it used to work:
In your client pom. Add the <deploy> like this:
<build>
<plugins>
<plugin>
<groupId>net.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<configuration>
<moduleName>com.mycompany.mywebapp.App</moduleName>
<moduleShortName>mywebapp</moduleShortName>
<deploy
>${project.build.directory}/mywebapp-client-HEAD-SNAPSHOT/WEB-INF/deploy</
deploy>
nit: use ${project.build.finalName} rather than hard-coding the
"mywebapp-client-HEAD-SNAPSHOT"
https://tbroyer.github.io/gwt-maven-plugin/compile-mojo.html#webappDirectory
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-web-toolkit/f57dfe88-40b6-4b91-af17-30148cda2d1fn%40googlegroups.com.