Thursday, May 20, 2021

how to migrate from Codehaus Mojo maven gwt plugin to TBroyer maven gwt plugin?

How to migrate from Codehaus Mojo maven gwt plugin to TBroyer maven gwt plugin?
I am trying to refactor a GWT project.
It has GXT widgets and I need to replace them with GWT widgets.
However the Mojo plugin is bewildering in its options.
Looking at the pom.xml,
I find 
1) packaging is set to war. since the application will be deployed in a web server, this is necessary
2) under xml tag <plugin> I see goals: compile, test, i18, generateAsync
3) under <configuration> I see runTarget, hostedWebapp, i18MessagesBundle.
4) there is another maven plugin, the maven-war plugin to copy static web files before executing gwt:run.

How do I replace them with the equivalent in the Broyer plugin?
Advice appreciated.

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/cfc6a570-269f-4c28-bed5-d4ffd9d57d7an%40googlegroups.com.

No comments:

Post a Comment