Running a `mvn clean verify` generate the project and compares it with predefined sources. Similar to your gwt-maven-archetype. What not gets tested, is building a war and run it.
Thomas Broyer schrieb am Dienstag, 21. Mai 2024 um 18:07:30 UTC+2: > On Tuesday, May 21, 2024 at 6:02:31 PM UTC+2 [email protected] > wrote: > > Ok, got it, was thinking, we were talking about the generated project ... > Yep correct, usually, running the verify goal, will compare the generated > sources with the ones stored under test resources. There is no test were > the generated project gets started/tested, if it works. > > > Out of curiosity, any specific reason you don't automate a "mvn clean > verify" to validate the generated project? > (of course testing that devmode works, or that the built artifact actually > works is trickier and probably not worth it, but a simple build would still > be better than nothing IMO) > -- 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/e5e38708-02ac-4953-97af-0bdc00c0980cn%40googlegroups.com.
