When Thomas said: > *Out of curiosity, any specific reason you don't automate a "mvn clean verify" to validate the generated project?*
I suspect he was talking about a Git pre-push hook that automatically did a mvn verify: https://git-scm.com/docs/githooks#_pre_push Unless I misunderstood. On Friday 24 May 2024 at 2:32:12 am UTC+10 Frank Hossfeld wrote: > Thanks for contributing, Craig, LGTM, so already merged. :-) > > Craig Mitchell schrieb am Mittwoch, 22. Mai 2024 um 03:48:18 UTC+2: > >> Thanks Frank. I was misunderstanding and didn't know about >> the basic-webapp in the target. >> >> I revamped the readme.md: >> https://github.com/NaluKit/gwt-maven-springboot-archetype/pull/17 >> >> Hopefully made it better not worse. 😆 >> >> On Wednesday 22 May 2024 at 2:07:30 am UTC+10 Thomas Broyer wrote: >> >>> 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/88c30284-56b4-4885-b4cf-ff796e1348e7n%40googlegroups.com.
